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

Method stop

pkg/ruler/notifier.go:86–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (rn *rulerNotifier) stop() {
87 rn.sdCancel()
88 rn.notifier.Stop()
89 rn.wg.Wait()
90}
91
92// Builds a Prometheus config.Config from a ruler.Config with just the required
93// options to configure notifications to Alertmanager.

Callers 2

removeNotifierMethod · 0.45
StopMethod · 0.45

Calls 2

StopMethod · 0.65
WaitMethod · 0.45

Tested by

no test coverage detected