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

Struct testHistogram

modules/generator/registry/test.go:178–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176func (t *testGauge) countSeriesDemand() int { return 0 }
177
178type testHistogram struct {
179 nameSum string
180 nameCount string
181 nameBucket string
182 buckets []float64
183 registry *TestRegistry
184 histogramOverrides HistogramMode
185}
186
187var (
188 _ Histogram = (*testHistogram)(nil)

Callers 1

Test_HistogramsFunction · 0.85

Calls

no outgoing calls

Tested by 1

Test_HistogramsFunction · 0.68