MCPcopy
hub / github.com/netdata/netdata / statefulHistogramInstrument

Struct statefulHistogramInstrument

src/go/pkg/metrix/histogram.go:22–26  ·  view source on GitHub ↗

statefulHistogramInstrument writes observed samples into maintained histogram state.

Source from the content-addressed store, hash-verified

20
21// statefulHistogramInstrument writes observed samples into maintained histogram state.
22type statefulHistogramInstrument struct {
23 backend meterBackend
24 desc *instrumentDescriptor
25 base []LabelSet
26}
27
28// stagedHistogram holds one in-cycle histogram sample for a single series identity.
29type stagedHistogram struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected