FIX: typo in alertmanager example filter authored by lelutin's avatar lelutin
..but only on the "display". the URL is ok
...@@ -85,8 +85,9 @@ There are a couple of web interfaces to see alerts in our setup: ...@@ -85,8 +85,9 @@ There are a couple of web interfaces to see alerts in our setup:
* This web interface only shows what's current, not some form of * This web interface only shows what's current, not some form of
alert history. alert history.
* Shows links to "run books" related to alerts * Shows links to "run books" related to alerts
* Useful view: [`@state!=supressed`](https://karma.torproject.org/?q=%40state%21%3Dsuppressed) to hide silenced alerts from * Useful view:
the dashboard by default. [`@state!=suppressed`](https://karma.torproject.org/?q=%40state%21%3Dsuppressed)
to hide silenced alerts from the dashboard by default.
* [Grafana availability dashboard][] - drills down into alerts and, * [Grafana availability dashboard][] - drills down into alerts and,
more importantly shows their past values. more importantly shows their past values.
* [Prometheus' Alerts dashboard][] - show all alerting rules and which * [Prometheus' Alerts dashboard][] - show all alerting rules and which
... ...
......