Update alertmanager.md (#45699)

Update default port which is used to host alertmanager.
Official port is 9093.
9090 is used officially by Prometheus.
This commit is contained in:
Michał Sochoń
2022-02-22 15:33:00 +01:00
committed by GitHub
parent 9307cc86f2
commit 68ef0e1f84

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'