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

Method NewInfoMetricLabelBuilder

modules/generator/registry/test.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (t *TestRegistry) NewInfoMetricLabelBuilder() LabelBuilder {
53 return NewLabelBuilder(0, 0, noopSanitizer{}, noopLabelLimiter{})
54}
55
56func (t *TestRegistry) NewHistogram(name string, buckets []float64, histogramOverrides HistogramMode) Histogram {
57 return &testHistogram{

Callers

nothing calls this directly

Calls 1

NewLabelBuilderFunction · 0.85

Tested by

no test coverage detected