Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
927
func
(m *Sample) GetHistogram() *SampleHistogramPair {
928
if
m != nil {
929
return
m.Histogram
930
}
931
return
nil
932
}
933
934
func
(m *Sample) GetRawHistogram() *cortexpb.Histogram {
935
if
m != nil {
Callers
8
verifyClientMetricsHistogram
Function · 0.45
getMetricValue
Function · 0.45
getMetricCount
Function · 0.45
Test_newStoreGatewayClientFactory
Function · 0.45
Test_newRulerClientFactory
Function · 0.45
SumHistogramsTo
Method · 0.45
SendSumOfHistogramsWithLabels
Method · 0.45
GetSumOfHistogramSampleCount
Function · 0.45
Calls
no outgoing calls
Tested by
3
verifyClientMetricsHistogram
Function · 0.36
Test_newStoreGatewayClientFactory
Function · 0.36
Test_newRulerClientFactory
Function · 0.36