From e3b926c03b420cd95f13488d978c7e495bd743ef Mon Sep 17 00:00:00 2001 From: David Date: Mon, 6 Nov 2017 10:46:09 +0100 Subject: [PATCH] Fix typo in AM config field static_configs (#3415) * typo in prometheus.yml field causes prometheus to throw an error Fixes #3414 --- documentation/examples/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index 3f04f541c..a69d6f07d 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -12,7 +12,7 @@ global: # Alertmanager configuration alerting: alertmanagers: - - static_config: + - static_configs: - targets: # - alertmanager:9093