You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tracing/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Description
2
2
3
-
This docker compose sets up SpiceDB with an open-telemetry based stack for tracing (OTEL Collector, Tempo and Grafana).
3
+
This docker compose sets up SpiceDB with an OTEL stack for tracing ([OTEL](https://opentelemetry.io/) Collector, [Tempo](https://grafana.com/docs/tempo/latest/) and [Grafana](https://grafana.com/)).
4
4
This is for demonstration purposes and not meant to be used as a production observability setup.
5
5
6
-
- SpiceDB is configured to send OTEL traces to an instance of the otel-collector
7
-
- otel-collector exports traces to tempo, the latter acting as tracing backend
8
-
-grafana is configured with tempo as datasource
6
+
- SpiceDB is configured to send OTEL traces to an instance of the otel-collector.
7
+
- otel-collector exports traces to Tempo, the latter acting as tracing backend.
8
+
-Grafana is configured with Tempo as datasource.
9
9
10
10
## Usage
11
11
@@ -15,7 +15,7 @@ docker compose up
15
15
16
16
Grafana will be available locally at http://localhost:3000 with Tempo set up as datasource for tracing.
17
17
18
-
Issue some requests to spicedb so we can start collecting traces
18
+
Issue some requests to SpiceDB using the [zed cli](https://github.com/authzed/zed)so we can generate some traces:
19
19
20
20
```bash
21
21
zed context set example localhost:50051 foobar --insecure
0 commit comments