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

Method GetAllRulesConfigs

pkg/configs/db/db.go:44–44  ·  view source on GitHub ↗

GetAllRulesConfigs gets all of the ruler configs

(ctx context.Context)

Source from the content-addressed store, hash-verified

42
43 // GetAllRulesConfigs gets all of the ruler configs
44 GetAllRulesConfigs(ctx context.Context) (map[string]userconfig.VersionedRulesConfig, error)
45
46 // GetRulesConfigs gets all of the configs that have been added or have
47 // changed since the provided config.

Callers 2

GetAllRulesConfigsMethod · 0.65
GetAllRulesConfigsMethod · 0.65

Implementers 4

timedpkg/configs/db/timed.go
tracedpkg/configs/db/traced.go
DBpkg/configs/db/postgres/postgres.go
DBpkg/configs/db/memory/memory.go

Calls

no outgoing calls

Tested by

no test coverage detected