redis/example/otel
Vladimir Mihailenco 3921cd497c Update to otel v0.14 2020-11-21 09:56:52 +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-redis/redis/v8 to v8.3.0 2020-10-10 11:12:54 +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.