changing monitoring ports to 6xxx family
This commit is contained in:
@@ -4,7 +4,7 @@ datasources:
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki:3100
|
||||
url: http://loki:6100
|
||||
isDefault: false
|
||||
jsonData:
|
||||
maxLines: 1000
|
||||
@@ -12,5 +12,5 @@ datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
url: http://prometheus:6090
|
||||
isDefault: true
|
||||
|
Reference in New Issue
Block a user