fix(grafana): provision data sources with static uids

This commit is contained in:
Taukon
2025-08-27 22:47:15 +09:00
committed by Saúl Ibarra Corretgé
parent 3cf0f553b6
commit c247ba5f27
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ apiVersion: 1
datasources:
- name: Loki
isDefault: true
type: loki
uid: a4bdfb3e-762a-46e5-a79f-2e7bbe88d444
access: proxy
url: http://loki:3100
editable: true
@@ -11,9 +11,9 @@ datasources:
- name: Prometheus
type: prometheus
uid: d301145e-8c4e-4027-bf6e-43e81f095020
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true
jsonData:
timeInterval: "5s"