diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-09 11:01:09 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-09 11:01:09 +0200 |
commit | 0d4395a8f642312b1a7964ea8cdea1d43cf81c8b (patch) | |
tree | 0bb26862c1bcdd1c64d3dd6f2785272eef8d466c /contrib/docker-compose/config/grafana-ds.yaml | |
parent | affa986bf1f84b725bd23309986250ff04cf2c93 (diff) | |
download | warden-0d4395a8f642312b1a7964ea8cdea1d43cf81c8b.tar.bz2 warden-0d4395a8f642312b1a7964ea8cdea1d43cf81c8b.zip |
feat: tempo and loki
Diffstat (limited to 'contrib/docker-compose/config/grafana-ds.yaml')
-rw-r--r-- | contrib/docker-compose/config/grafana-ds.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/docker-compose/config/grafana-ds.yaml b/contrib/docker-compose/config/grafana-ds.yaml new file mode 100644 index 0000000..3281bfb --- /dev/null +++ b/contrib/docker-compose/config/grafana-ds.yaml @@ -0,0 +1,27 @@ +apiVersion: 1 + +datasources: +- name: Tempo + type: tempo + access: proxy + orgId: 1 + url: http://tempo:3200 + basicAuth: false + isDefault: true + version: 1 + editable: false + apiVersion: 1 + uid: tempo + jsonData: + httpMethod: GET + streamingEnabled: + search: true +- name: Loki + type: loki + access: proxy + orgId: 1 + url: http://loki:3100 + basicAuth: false + isDefault: false + version: 1 + editable: false |