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

Method GetValue

pkg/ingester/client/ingester.pb.go:1404–1409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1402}
1403
1404func (m *LabelMatcher) GetValue() string {
1405 if m != nil {
1406 return m.Value
1407 }
1408 return ""
1409}
1410
1411type TimeSeriesFile struct {
1412 FromIngesterId string `protobuf:"bytes,1,opt,name=from_ingester_id,json=fromIngesterId,proto3" json:"from_ingester_id,omitempty"`

Callers 2

fetchMetricsFunction · 0.45
FromLabelMatchersFunction · 0.45

Calls

no outgoing calls

Tested by 1

fetchMetricsFunction · 0.36