Remove fixed uid from Grafana datasource provisioning — Grafana 13 rejects it on fresh boot
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fc324cf7b9
commit
b298ec12b7
1 changed files with 1 additions and 2 deletions
|
|
@ -5,6 +5,5 @@ datasources:
|
||||||
type: prometheus
|
type: prometheus
|
||||||
access: proxy
|
access: proxy
|
||||||
url: http://prometheus:9090
|
url: http://prometheus:9090
|
||||||
uid: prometheus
|
|
||||||
isDefault: true
|
isDefault: true
|
||||||
editable: false
|
editable: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue