changing monitoring ports to 6xxx family

This commit is contained in:
2025-06-07 14:21:16 -03:00
parent 269c6beff3
commit a643ad58e5
5 changed files with 18 additions and 17 deletions

View File

@@ -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