github.com/thanos-io/thanos@v0.32.5/pkg/store/storepb/prompb/custom.go (about) 1 // Copyright (c) The Thanos Authors. 2 // Licensed under the Apache License 2.0. 3 4 package prompb 5 6 func (h Histogram) IsFloatHistogram() bool { 7 _, ok := h.GetCount().(*Histogram_CountFloat) 8 return ok 9 }