diff --git a/README.md b/README.md index 3e1574ef4..4b78643d6 100644 --- a/README.md +++ b/README.md @@ -31,27 +31,29 @@ configuration option in Alertmanager. 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. +Each group can be collapsed to only show the title bar using top right toggle +icon. 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](/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. +Silence modal allows to create new silences and manage all silences already +present in Alertmanager. -![Overview](/docs/overview.png) +![Silence browser](/docs/silenceBrowser.png) Clicking on the alert counter in the top left corner will open the overview modal, which allows to quickly get an overview of the top label values for all current alerts. +![Overview](/docs/overview.png) + [Online demo](https://karma-demo.herokuapp.com/) To get notifications about new karma releases you can subscribe to the RSS feed diff --git a/docs/alertGroup.png b/docs/alertGroup.png index 9f3670892..26ad4ddda 100644 Binary files a/docs/alertGroup.png and b/docs/alertGroup.png differ diff --git a/docs/footerSilence.png b/docs/footerSilence.png index e6185901f..c09bb42fc 100644 Binary files a/docs/footerSilence.png and b/docs/footerSilence.png differ diff --git a/docs/overview.png b/docs/overview.png index 7952e79d8..96741bc19 100644 Binary files a/docs/overview.png and b/docs/overview.png differ diff --git a/docs/screenshot.png b/docs/screenshot.png index 39209afee..61221d645 100644 Binary files a/docs/screenshot.png and b/docs/screenshot.png differ diff --git a/docs/silenceBrowser.png b/docs/silenceBrowser.png new file mode 100644 index 000000000..3d81c1816 Binary files /dev/null and b/docs/silenceBrowser.png differ