diff options
Diffstat (limited to 'example/tracing/grafana-datasources.yaml')
-rw-r--r-- | example/tracing/grafana-datasources.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/example/tracing/grafana-datasources.yaml b/example/tracing/grafana-datasources.yaml new file mode 100644 index 000000000..d579de9e6 --- /dev/null +++ b/example/tracing/grafana-datasources.yaml @@ -0,0 +1,16 @@ +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 |