Documentation ¶ Index ¶ type Client func InitializeClient(cfg Config) (*Client, error) func (c *Client) Incr(name string, tags []string, rate float64) func (c *Client) Timing(name string, value time.Duration, tags []string, rate float64) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func InitializeClient ¶ func InitializeClient(cfg Config) (*Client, error) func (*Client) Incr ¶ func (c *Client) Incr(name string, tags []string, rate float64) func (*Client) Timing ¶ func (c *Client) Timing(name string, value time.Duration, tags []string, rate float64) type Config ¶ type Config struct { Enabled bool Address string } Source Files ¶ View all Source files stats.go Click to show internal directories. Click to hide internal directories.