statsd

package
v0.85.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const ClientType = "statsd"

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func (*Client) Close

func (c *Client) Close() error

func (*Client) Count

func (c *Client) Count(name string, value int64, tags []string) error

Count implements metrics.Client.Count

func (*Client) Gauge

func (c *Client) Gauge(name string, value float64, tags []string) error

Gauge implements metrics.Client.Gauge

func (*Client) Timing

func (c *Client) Timing(name string, value time.Duration, tags []string) error

Timing implements metrics.Client.Timing

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL