From 16f1e252f4d5c249649d57a37865503f8d04a35a Mon Sep 17 00:00:00 2001 From: Kyle Hinton Date: Mon, 7 Oct 2019 04:17:36 -0400 Subject: [PATCH] Small grammar fix on alerting rules doc (#6104) Signed-off-by: Kyle Hinton --- docs/configuration/alerting_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/alerting_rules.md b/docs/configuration/alerting_rules.md index ea112b1e20..c9c81bb937 100644 --- a/docs/configuration/alerting_rules.md +++ b/docs/configuration/alerting_rules.md @@ -101,5 +101,5 @@ on top of the simple alert definitions. In Prometheus's ecosystem, the role. Thus, Prometheus may be configured to periodically send information about alert states to an Alertmanager instance, which then takes care of dispatching the right notifications. -Prometheus can be [configured](configuration.md) to automatically discovered available +Prometheus can be [configured](configuration.md) to automatically discover available Alertmanager instances through its service discovery integrations.