Documentation
¶
Overview ¶
Package statter is a collection of stats clients utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statter ¶
type Statter interface {
io.Closer
// Inc increments a count by the value.
Inc(name string, value int64, rate float32, tags ...string)
// Gauge measures the value of a metric.
Gauge(name string, value float64, rate float32, tags ...string)
// Timing sends the value of a Duration.
Timing(name string, value time.Duration, rate float32, tags ...string)
}
Statter represents a stats instance.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
Package l2met implements an l2met stats client.
|
Package l2met implements an l2met stats client. |
|
Package prometheus implements an prometheus stats client.
|
Package prometheus implements an prometheus stats client. |
|
Package statsd implements an statsd client.
|
Package statsd implements an statsd client. |
Click to show internal directories.
Click to hide internal directories.