mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
9307cc86f2
commit
68ef0e1f84
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user