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

Method GetName

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

Source from the content-addressed store, hash-verified

1395}
1396
1397func (m *LabelMatcher) GetName() string {
1398 if m != nil {
1399 return m.Name
1400 }
1401 return ""
1402}
1403
1404func (m *LabelMatcher) GetValue() string {
1405 if m != nil {

Callers 2

fetchMetricsFunction · 0.45
FromLabelMatchersFunction · 0.45

Calls

no outgoing calls

Tested by 1

fetchMetricsFunction · 0.36