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