redis/example/otel/README.md

17 lines
324 B
Markdown
Raw Normal View History

2021-09-08 15:54:10 +03:00
# Example for go-redis OpenTelemetry instrumentation
2021-09-08 15:54:10 +03:00
This example requires running Redis Server. You can start Redis Server using Docker:
2021-09-08 15:54:10 +03:00
```shell
docker-compose up -d
```
To run this example:
```shell
go run .
```
See [Monitoring performance and errors](https://redis.uptrace.dev/guide/tracing.html) for more
details.