MCPcopy
hub / github.com/netdata/netdata / Summary

Interface Summary

src/go/plugin/go.d/pkg/oldmetrix/summary.go:19–22  ·  view source on GitHub ↗

A Summary captures individual observations from an event or sample stream and summarizes them in a manner similar to traditional summary statistics: sum of observations observation count observation average. To create summary instances, use NewSummary.

Source from the content-addressed store, hash-verified

17 //
18 // To create summary instances, use NewSummary.
19 Summary interface {
20 Observer
21 Reset()
22 }
23
24 // SummaryVec is a Collector that bundles a set of Summary which have different values for their names.
25 // This is used if you want to count the same thing partitioned by various dimensions

Callers 22

TestSummary_WriteToFunction · 0.95
tokenizePerfdataFunction · 0.65
flushWriteQueueMethod · 0.65
parseEventMethod · 0.65
handlePayloadLineMethod · 0.65
resetPayloadStateMethod · 0.65
CleanupMethod · 0.65
runOnceMethod · 0.65
TestSummary_CountFunction · 0.45
TestHistogram_CountFunction · 0.45
sanitizeMetricKeyFunction · 0.45
collectSummaryMethod · 0.45

Implementers 6

mapUniqueCountersrc/go/plugin/go.d/pkg/oldmetrix/uniqu
hyperLogLogUniqueCountersrc/go/plugin/go.d/pkg/oldmetrix/uniqu
UniqueCounterVecsrc/go/plugin/go.d/pkg/oldmetrix/uniqu
summarysrc/go/plugin/go.d/pkg/oldmetrix/summa
ExponentialBackoffsrc/go/plugin/ibm.d/framework/protocol
statCoveragesrc/go/plugin/ibm.d/modules/websphere/

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…