MCPcopy
hub / github.com/grafana/tempo / testGauge

Struct testGauge

modules/generator/registry/test.go:135–138  ·  modules/generator/registry/test.go::testGauge

Source from the content-addressed store, hash-verified

133func (t *testCounter) countSeriesDemand() int { return 0 }
134
135type testGauge struct {
136 n string
137 registry *TestRegistry
138}
139
140var _ Gauge = (*testGauge)(nil)
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected