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

Method Run

pkg/ruler/compat.go:342–342  ·  view source on GitHub ↗

Starts rules manager. Blocks until Stop is called.

()

Source from the content-addressed store, hash-verified

340type RulesManager interface {
341 // Starts rules manager. Blocks until Stop is called.
342 Run()
343
344 // Stops rules manager. (Unblocks Run.)
345 Stop()

Implementers 1

mockRulesManagerpkg/ruler/manager_test.go

Calls

no outgoing calls