Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
type
Writer
interface
{
78
SnapshotMeter(prefix string) SnapshotMeter
79
StatefulMeter(prefix string) StatefulMeter
80
}
81
82
// RuntimeWriter is stateful-only by design.
Callers
15
TestBuildPlanSequenceModeScenarios
Function · 0.65
TestEngineRuntimeObservabilityScenarios
Function · 0.65
TestEngineResetMaterializedKeepsRouteCacheWarm
Function · 0.65
newRuntimeMetrics
Function · 0.65
newManagerRuntimeMetrics
Function · 0.65
TestRuntimeMetricsJobScenarios
Function · 0.65
TestRuntimeMetricsJobStartStopLifecycle
Function · 0.65
TestRuntimeMetricsJobTransactionalScenarios
Function · 0.65
BenchmarkSummaryStatefulWindowCycle
Function · 0.65
BenchmarkSummaryStatefulCumulativeWithPreload
Function · 0.65
TestGaugeStoreScenarios
Function · 0.65
TestMeasureSetDeclarationValidation
Function · 0.65
Implementers
1
writeView
src/go/pkg/metrix/meter.go
Calls
no outgoing calls
Tested by
15
TestBuildPlanSequenceModeScenarios
Function · 0.52
TestEngineRuntimeObservabilityScenarios
Function · 0.52
TestEngineResetMaterializedKeepsRouteCacheWarm
Function · 0.52
TestRuntimeMetricsJobScenarios
Function · 0.52
TestRuntimeMetricsJobStartStopLifecycle
Function · 0.52
TestRuntimeMetricsJobTransactionalScenarios
Function · 0.52
BenchmarkSummaryStatefulWindowCycle
Function · 0.52
BenchmarkSummaryStatefulCumulativeWithPreload
Function · 0.52
TestGaugeStoreScenarios
Function · 0.52
TestMeasureSetDeclarationValidation
Function · 0.52
TestMeasureSetStoreScenarios
Function · 0.52
TestVecStoreScenarios
Function · 0.52