Update alertmanager.md (#45699) (#45733)

Update default port which is used to host alertmanager.
Official port is 9093.
9090 is used officially by Prometheus.

(cherry picked from commit 68ef0e1f84)

Co-authored-by: Michał Sochoń <kaszpir@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-02-22 10:00:09 -05:00
committed by GitHub
co-authored by Michał Sochoń
parent b381e17521
commit 2b19fed282
+1 -1
View File
@@ -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'