(lbls labels.Labels, le float64)
| 206 | } |
| 207 | |
| 208 | func withLe(lbls labels.Labels, le float64) labels.Labels { |
| 209 | lb := labels.NewBuilder(lbls) |
| 210 | lb.Set(labels.BucketLabel, formatFloat(le)) |
| 211 | return lb.Labels() |
| 212 | } |
| 213 | |
| 214 | func (t *testHistogram) collectMetrics(_ storage.Appender, _ int64) error { |
| 215 | panic("implement me") |