GetAllRulesConfigs gets all of the ruler configs
(ctx context.Context)
| 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. |