mirror of https://github.com/go-redis/redis.git
17 lines
324 B
Markdown
17 lines
324 B
Markdown
# Example for go-redis OpenTelemetry instrumentation
|
|
|
|
This example requires running Redis Server. You can start Redis Server using Docker:
|
|
|
|
```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.
|