diff --git a/README.md b/README.md index bc68303ac..22eb7089a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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. -![Screenshot](/screenshot.png) +![Screenshot](/docs/screenshot.png) Alerts are displayed grouped preserving [group_by](https://prometheus.io/docs/alerting/configuration/#route) @@ -36,7 +36,13 @@ Each individual alert will show unique labels and annotations. Labels and annotations that are shared between all alerts are moved to the footer. Example: -![Example](/alertGroup.png) +![Example](/docs/alertGroup.png) + +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. +Example: + +![Deduplicated silence](/docs/footerSilence.png) Each group can be collapsed to only show the title bar using top right toggle icon. diff --git a/alertGroup.png b/docs/alertGroup.png similarity index 100% rename from alertGroup.png rename to docs/alertGroup.png diff --git a/docs/footerSilence.png b/docs/footerSilence.png new file mode 100644 index 000000000..e2ef69aa2 Binary files /dev/null and b/docs/footerSilence.png differ diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 000000000..3614d1053 Binary files /dev/null and b/docs/screenshot.png differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index f2e2cbdeb..000000000 Binary files a/screenshot.png and /dev/null differ