Skip to content

Commit d70185a

Browse files
committed
update tracing
1 parent de044d1 commit d70185a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Developers create a schema that models their permissions requirements and use a
1616

1717
Examples in this repository include:
1818

19-
- Schema
19+
- How to set up SpiceDB with tracing: see [tracing](./tracing)
2020
- CI/CD Workflows
2121

2222
Have questions? Join our [Discord].

tracing/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Description
22

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/)).
44
This is for demonstration purposes and not meant to be used as a production observability setup.
55

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.
99

1010
## Usage
1111

@@ -15,7 +15,7 @@ docker compose up
1515

1616
Grafana will be available locally at http://localhost:3000 with Tempo set up as datasource for tracing.
1717

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:
1919

2020
```bash
2121
zed context set example localhost:50051 foobar --insecure

0 commit comments

Comments
 (0)