Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ GetNamespace
Method
GetNamespace
pkg/ruler/rulespb/rules.pb.go:91–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(m *RuleGroupDesc) GetNamespace() string {
92
if
m != nil {
93
return
m.Namespace
94
}
95
return
""
96
}
97
98
func
(m *RuleGroupDesc) GetInterval() time.Duration {
99
if
m != nil {
Callers
4
ruleGroupListToGroupStateDesc
Method · 0.80
LoadRuleGroups
Method · 0.80
LoadRuleGroups
Method · 0.80
ListRuleGroupsForUserAndNamespace
Method · 0.80
Calls
no outgoing calls
Tested by
1
LoadRuleGroups
Method · 0.64