diff options
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 |