MCPcopy
hub / github.com/netdata/netdata / StatefulMeter

Method StatefulMeter

src/go/pkg/metrix/interfaces.go:79–79  ·  view source on GitHub ↗
(prefix string)

Source from the content-addressed store, hash-verified

77type Writer interface {
78 SnapshotMeter(prefix string) SnapshotMeter
79 StatefulMeter(prefix string) StatefulMeter
80}
81
82// RuntimeWriter is stateful-only by design.

Implementers 1

writeViewsrc/go/pkg/metrix/meter.go

Calls

no outgoing calls