From 68ef0e1f8497fd4e48841b595b4e4c7c765295cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Socho=C5=84?= Date: Tue, 22 Feb 2022 15:33:00 +0100 Subject: [PATCH] Update alertmanager.md (#45699) Update default port which is used to host alertmanager. Official port is 9093. 9090 is used officially by Prometheus. --- docs/sources/datasources/alertmanager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/alertmanager.md b/docs/sources/datasources/alertmanager.md index f3bcc5505c7..68422acc56c 100644 --- a/docs/sources/datasources/alertmanager.md +++ b/docs/sources/datasources/alertmanager.md @@ -26,7 +26,7 @@ apiVersion: 1 datasources: - name: Alertmanager type: alertmanager - url: http://localhost:9090 + url: http://localhost:9093 access: proxy jsonData: implementation: 'prometheus' # alternatively 'cortex'