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