1
0
mirror of https://github.com/redis/go-redis.git synced 2025-11-02 15:33:16 +03:00
Files
go-redis/example/otel
Vladimir Mihailenco 9b6ee9c3cc chore: gofmt all code
2021-09-08 16:52:29 +03:00
..
2021-08-12 14:35:44 +03:00
2021-08-12 14:35:44 +03:00
2021-09-08 16:52:29 +03:00
2021-09-08 15:54:10 +03:00

Example for go-redis OpenTelemetry instrumentation

This example requires running Redis Server. You can start Redis Server using Docker:

docker-compose up -d

To run this example:

go run .

See Monitoring performance and errors for more details.