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
..
README.md Introduce metrics capture with OpenTelemetry (#1398) 2020-07-15 12:07:07 +03:00
docker-compose.yml Introduce metrics capture with OpenTelemetry (#1398) 2020-07-15 12:07:07 +03:00
example-client.go Update to otel v0.14 2020-11-21 09:56:52 +02:00
go.mod Update to otel v0.14 2020-11-21 09:56:52 +02:00
go.sum Update module go.opentelemetry.io/otel/sdk to v0.14.0 2020-11-20 17:25:55 +00:00

README.md

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.