1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-25 08:21:55 +03:00
Files
go-redis/example/otel
Vladimir Mihailenco 55a8f1a601 Merge pull request #1567 from go-redis/feature/otel-0.14
Update to otel v0.14
2020-11-21 10:12:54 +02:00
..
2020-11-21 09:56:52 +02:00
2020-11-21 09:56:52 +02:00

OpenTelemetry Example

Prints spans and metrics to the console.

To Run:

  • docker-compose up -d
  • go run .

When you're finished, be sure to run docker-compose down to shutdown the redis server.