MCPcopy Create free account
hub / github.com/cortexproject/cortex / IsFloatHistogram

Method IsFloatHistogram

pkg/cortexpb/histograms.go:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func (h Histogram) IsFloatHistogram() bool {
24 _, ok := h.GetCount().(*Histogram_CountFloat)
25 return ok
26}
27
28// HistogramPromProtoToHistogramProto converts a prometheus protobuf Histogram to cortex protobuf Histogram.
29func HistogramPromProtoToHistogramProto(h prompb.Histogram) Histogram {

Callers 6

BucketCountMethod · 0.95
ConvertToChunksFunction · 0.80
ValidateNativeHistogramFunction · 0.80

Calls 1

GetCountMethod · 0.95

Tested by

no test coverage detected