Documentation
¶
Overview ¶
Package metrics provides basic metrics collection (counters, timers, gauges).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is a monotonically increasing counter.
type Gauge ¶
type Gauge struct {
// contains filtered or unexported fields
}
Gauge is a value that can go up and down.
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry manages named metrics.
Click to show internal directories.
Click to hide internal directories.