You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AM Metric: Add tenant label to valid/invalid configs (#2960)
* AM Metric: Add tenant label to valid/invalid configs
Gives us a way to know whenever a tenant has an invalid configuration in
place.
Signed-off-by: gotjosh <[email protected]>
* Remove the metrics when we have no active config
Signed-off-by: gotjosh <[email protected]>
* These metrics no longer get initialised on starting up the component
Signed-off-by: gotjosh <[email protected]>
* Address review feedback
Signed-off-by: gotjosh <[email protected]>
* s/alertmanager_invalid_config/alertmanager_config_invalid
Signed-off-by: gotjosh <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## master / unreleased
4
4
5
+
*[CHANGE] Replace the metric `cortex_alertmanager_configs` with `cortex_alertmanager_config_invalid` exposed by Alertmanager. #2960
5
6
*[CHANGE] Experimental Delete Series: Change target flag for purger from `data-purger` to `purger`. #2777
6
7
*[CHANGE] Experimental TSDB: The max concurrent queries against the long-term storage, configured via `-experimental.tsdb.bucket-store.max-concurrent`, is now a limit shared across all tenants and not a per-tenant limit anymore. The default value has changed from `20` to `100` and the following new metrics have been added: #2797
0 commit comments