func TestTimingHistogram(t *testing.T) { … } func TestTimingHistogramVec(t *testing.T) { … } func TestTimingHistogramWithLabelValueAllowList(t *testing.T) { … } func BenchmarkTimingHistogram(b *testing.B) { … } func BenchmarkTimingHistogramVecEltCached(b *testing.B) { … } func BenchmarkTimingHistogramVecEltFetched(b *testing.B) { … } func TestUnregisteredVec(t *testing.T) { … } func TestBadValues(t *testing.T) { … }