Alerting: Document not supporting inhibition rules (#61313)

* Alerting: Document not supporting inhibition rules

* Update docs/sources/alerting/manage-notifications/create-silence.md

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>

* Update docs/sources/alerting/manage-notifications/alertmanager.md

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
This commit is contained in:
gotjosh
2023-01-13 15:06:06 +01:00
committed by GitHub
co-authored by brendamuir
parent 2b6a5e2b3d
commit 8f72893076
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ normalized, then the alerts are put in an in-memory structure. The dispatcher it
it to a route in the configuration as explained [here](https://prometheus.io/docs/alerting/latest/configuration/#route).
The alert is then matched to an alert group depending on the configuration in the route. The alert is then sent through
a number of stages including silencing and inhibition and at last the receiver which can include wait, de-duplication,
a number of stages including silencing and inhibition (which is currently not supported) and at last the receiver which can include wait, de-duplication,
retry.
### What are notification channels?