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

Method atHistogram

pkg/querier/batch/stream.go:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (bs *batchStream) atHistogram() (int64, *histogram.Histogram) {
38 b := &(*bs)[0]
39 return b.Timestamps[b.Index], b.Histograms[b.Index]
40}
41
42func (bs *batchStream) atFloatHistogram() (int64, *histogram.FloatHistogram) {
43 b := &(*bs)[0]

Callers 1

mergeStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected