MCPcopy
hub / github.com/netdata/netdata / statefulSummaryInstrument

Struct statefulSummaryInstrument

src/go/pkg/metrix/summary.go:25–29  ·  view source on GitHub ↗

statefulSummaryInstrument writes observed samples into maintained summary state.

Source from the content-addressed store, hash-verified

23
24// statefulSummaryInstrument writes observed samples into maintained summary state.
25type statefulSummaryInstrument struct {
26 backend meterBackend
27 desc *instrumentDescriptor
28 base []LabelSet
29}
30
31// stagedSummary holds one in-cycle summary sample for a single series identity.
32type stagedSummary struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected