Fix Grafana datasource UID to match dashboard references
Community dashboards reference datasource uid=prometheus but the auto-generated UID was random. Pin to uid=prometheus for compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a4a5500bfc
commit
fc324cf7b9
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ datasources:
|
|||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
uid: prometheus
|
||||
isDefault: true
|
||||
editable: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue