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:
co-authored by
Michał Sochoń
parent
b381e17521
commit
2b19fed282
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user