Documentation ¶
Overview ¶
Package multi provides adapters that send observations to multiple metrics simultaneously. This is useful if your service needs to emit to multiple instrumentation systems at the same time, for example if your organization is transitioning from one system to another.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
Counter collects multiple individual counters and treats them as a unit.
func NewCounter ¶
NewCounter returns a multi-counter, wrapping the passed counters.
type Gauge ¶
Gauge collects multiple individual gauges and treats them as a unit.
type Histogram ¶
Histogram collects multiple individual histograms and treats them as a unit.
func NewHistogram ¶
NewHistogram returns a multi-histogram, wrapping the passed histograms.
Click to show internal directories.
Click to hide internal directories.