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

Method GetValue

pkg/cortexpb/cortex.pb.go:831–836  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

829var xxx_messageInfo_Sample proto.InternalMessageInfo
830
831func (m *Sample) GetValue() float64 {
832 if m != nil {
833 return m.Value
834 }
835 return 0
836}
837
838func (m *Sample) GetTimestampMs() int64 {
839 if m != nil {

Callers 13

TestQuerierRemoteReadFunction · 0.45
getMetricValueFunction · 0.45
getValuesFunction · 0.45
filterMetricsFunction · 0.45
getLabelValuesFunction · 0.45
counterValueFunction · 0.45
gaugeValueFunction · 0.45
AddSummaryMethod · 0.45
FromLabelPairsToLabelsFunction · 0.45
GetLabelsFunction · 0.45
AddOrSetMetricMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestQuerierRemoteReadFunction · 0.36