MCPcopy
hub / github.com/netdata/netdata / Observe

Method Observe

src/go/plugin/go.d/pkg/oldmetrix/metrics.go:13–13  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

11type Observer interface {
12 stm.Value
13 Observe(v float64)
14}
15
16func Bool(b bool) int64 {

Implementers 5

histogramsrc/go/plugin/go.d/pkg/oldmetrix/histo
summarysrc/go/plugin/go.d/pkg/oldmetrix/summa
statefulHistogramInstrumentsrc/go/pkg/metrix/histogram.go
statefulSummaryInstrumentsrc/go/pkg/metrix/summary.go
snapshotGaugeInstrumentsrc/go/pkg/metrix/gauge.go

Calls

no outgoing calls