Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Histogram ¶
type Histogram struct { sync.Mutex LabelValues LabelValues ObservedValue float64 }
Histogram is a stub implementation of the go-kit metrics.Histogram interface.
type LabelValues ¶ added in v0.12.0
type LabelValues []string
LabelValues contains the set of labels and their corresponding values.
func (LabelValues) Label ¶ added in v0.12.0
func (l LabelValues) Label(name string) string
Label returns the label of given name.
Click to show internal directories.
Click to hide internal directories.