MCPcopy Index your code
hub / github.com/cortexproject/cortex / GetState

Method GetState

pkg/ruler/ruler.pb.go:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (m *RulesRequest) GetState() string {
115 if m != nil {
116 return m.State
117 }
118 return ""
119}
120
121func (m *RulesRequest) GetHealth() string {
122 if m != nil {

Callers 5

getShardedRulesMethod · 0.45
PrometheusRulesMethod · 0.45
PrometheusAlertsMethod · 0.45
TestRulerShutdownFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestRulerShutdownFunction · 0.36