diff --git a/README.md b/README.md index f48a1ca0f6..0d20f299ab 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ see [CONFIGURATION.md](docs/CONFIGURATION.md#alertmanagers). ### Alert visualization +#### Alert groups + Alerts are displayed grouped preserving [group_by](https://prometheus.io/docs/alerting/configuration/#route) configuration option in Alertmanager. @@ -55,6 +57,20 @@ and annotations that are shared between all alerts are moved to the footer. ![Example](/docs/img/alertGroup.png) +#### Inhibited alerts + +Inhibited alerts (suppressed by other alerts, +[see Alertmanager docs](https://prometheus.io/docs/alerting/latest/alertmanager/#inhibition)) +will have a "muted" button. + +![Inhibited alert](/docs/img/inhibited.png) + +Clicking on that button will bring a modal with a list of inhibiting alerts. + +![Inhibiting alerts](/docs/img/inhibitedByModal.png) + +#### Silence deduplication + If all alerts in a group were suppressed by the same silence then, to save screen space, the silence will also be moved to the footer. diff --git a/docs/img/alertGroup.png b/docs/img/alertGroup.png index ee0799074c..54c02fef39 100644 Binary files a/docs/img/alertGroup.png and b/docs/img/alertGroup.png differ diff --git a/docs/img/dark.png b/docs/img/dark.png index d208ff56d2..b2bfe2e342 100644 Binary files a/docs/img/dark.png and b/docs/img/dark.png differ diff --git a/docs/img/footerSilence.png b/docs/img/footerSilence.png index 6df38449ec..756d4c2163 100644 Binary files a/docs/img/footerSilence.png and b/docs/img/footerSilence.png differ diff --git a/docs/img/inhibited.png b/docs/img/inhibited.png new file mode 100644 index 0000000000..89ba67896e Binary files /dev/null and b/docs/img/inhibited.png differ diff --git a/docs/img/inhibitedByModal.png b/docs/img/inhibitedByModal.png new file mode 100644 index 0000000000..625388d43d Binary files /dev/null and b/docs/img/inhibitedByModal.png differ diff --git a/docs/img/multiGrid.png b/docs/img/multiGrid.png index 4e9a128b7a..a2d2e650cc 100644 Binary files a/docs/img/multiGrid.png and b/docs/img/multiGrid.png differ diff --git a/docs/img/overview.png b/docs/img/overview.png index fabc43ca85..a1535e377d 100644 Binary files a/docs/img/overview.png and b/docs/img/overview.png differ diff --git a/docs/img/screenshot.png b/docs/img/screenshot.png index 4e25e23b8c..e3dce9f7e5 100644 Binary files a/docs/img/screenshot.png and b/docs/img/screenshot.png differ diff --git a/docs/img/silenceBrowser.png b/docs/img/silenceBrowser.png index a338694734..4cc9aca991 100644 Binary files a/docs/img/silenceBrowser.png and b/docs/img/silenceBrowser.png differ