MCPcopy Index your code
hub / github.com/cortexproject/cortex / GetHistogram

Method GetHistogram

pkg/querier/tripperware/query.pb.go:927–932  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925}
926
927func (m *Sample) GetHistogram() *SampleHistogramPair {
928 if m != nil {
929 return m.Histogram
930 }
931 return nil
932}
933
934func (m *Sample) GetRawHistogram() *cortexpb.Histogram {
935 if m != nil {

Callers 8

getMetricValueFunction · 0.45
getMetricCountFunction · 0.45
SumHistogramsToMethod · 0.45

Calls

no outgoing calls

Tested by 3