Skip to content
Snippets Groups Projects
Verified Commit 1c02e159 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(loki): Add uid to datasource to make it easy to reference

Currently it's apparently required to hardcode datasource uids in order
to reference them in dashboards, otherwise always the default datasource
will be used.
parent 054f29d9
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,7 @@ data: ...@@ -166,6 +166,7 @@ data:
- name: Loki - name: Loki
type: loki type: loki
access: proxy access: proxy
uid: loki-system
url: http://loki-gateway.loki-system.svc.cluster.local url: http://loki-gateway.loki-system.svc.cluster.local
version: 1 version: 1
isDefault: false isDefault: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment