mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(docs): mention @cluster in docs
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b46ba886b6
commit
6786aba6e5
@@ -30,6 +30,10 @@ displayed by filtering duplicates. Each alert is tagged with the names of all
|
||||
Alertmanager instances it was found at and can be filtered based on those tags
|
||||
(`@alertmanager`). Note that `@alertmanager` tags will be visible only if karma
|
||||
is configured with multiple Alertmanager instances.
|
||||
If alertmanger is configured to use
|
||||
[HA clusters](https://prometheus.io/docs/alerting/latest/alertmanager/#high-availability)
|
||||
then `@cluster` will be available as well, to set a custom name for each cluster
|
||||
see [CONFIGURATION.md](docs/CONFIGURATION.md#alertmanagers).
|
||||
|
||||

|
||||
|
||||
@@ -37,7 +41,10 @@ is configured with multiple Alertmanager instances.
|
||||
|
||||
Alerts are displayed grouped preserving
|
||||
[group_by](https://prometheus.io/docs/alerting/configuration/#route)
|
||||
configuration option in Alertmanager. If a group contains multiple alerts only
|
||||
configuration option in Alertmanager.
|
||||
Note that a unique alert group will be created for each receiver it uses in
|
||||
alertmanager as they can have different `group_by` settings.
|
||||
If a group contains multiple alerts only
|
||||
the first few alerts will be presented. Alerts are expanded or hidden
|
||||
using - / + buttons. The default number of alerts can be configured in the UI
|
||||
settings module.
|
||||
|
||||
Reference in New Issue
Block a user