MCPcopy 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
91func (m *RuleGroupDesc) GetNamespace() string {
92 if m != nil {
93 return m.Namespace
94 }
95 return ""
96}
97
98func (m *RuleGroupDesc) GetInterval() time.Duration {
99 if m != nil {

Callers 4

LoadRuleGroupsMethod · 0.80
LoadRuleGroupsMethod · 0.80

Calls

no outgoing calls

Tested by 1

LoadRuleGroupsMethod · 0.64