diff options
| author | 2023-06-09 16:04:23 +0200 | |
|---|---|---|
| committer | 2023-06-09 16:04:23 +0200 | |
| commit | 6f6b8576f025434410e0c049a2971e20e29f108f (patch) | |
| tree | 308528502c62c2534dc4c61c861fe5989129a20c /example/tracing/grafana-datasources.yaml | |
| parent | [chore] update latest deps, ensure readme up to date (#1873) (diff) | |
| download | gotosocial-6f6b8576f025434410e0c049a2971e20e29f108f.tar.xz | |
[docs] Add example tracing infrastructure (#1866)
This adds an example on how to get Grafana Tempo up to receive spans as
well as Grafana itself to view them.
I've added this as a separate Tracing doc in the installation guide as
the Advanced one was starting to get rather full.
Fixes: #1791
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 |
