Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1397
func
(m *LabelMatcher) GetName() string {
1398
if
m != nil {
1399
return
m.Name
1400
}
1401
return
""
1402
}
1403
1404
func
(m *LabelMatcher) GetValue() string {
1405
if
m != nil {
Callers
2
fetchMetrics
Function · 0.45
FromLabelMatchers
Function · 0.45
Calls
no outgoing calls
Tested by
1
fetchMetrics
Function · 0.36