statsd

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HostKey

func HostKey(h string) string

Types

type Client

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

func NewClient

func NewClient(w io.Writer, prefix string) *Client

func (*Client) Decr

func (c *Client) Decr(stat string, count int64) error

func (*Client) Gauge

func (c *Client) Gauge(stat string, value int64) error

func (*Client) Incr

func (c *Client) Incr(stat string, count int64) error

func (*Client) Timing

func (c *Client) Timing(stat string, delta int64) error

Jump to

Keyboard shortcuts

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