1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-22 10:01:50 +03:00
Files
go-redis/example/otel
2021-10-04 16:28:19 +03:00
..
2021-10-04 16:28:19 +03:00
2021-10-04 16:28:19 +03:00
2021-09-23 16:49:39 +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.