redis/example/otel
Tiger He 62469e4f42
Introduce metrics capture with OpenTelemetry (#1398)
* internal: Add instrumentation

Co-authored-by: reggiemcdonald <regmcdonald95@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-15 12:07:07 +03: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 Introduce metrics capture with OpenTelemetry (#1398) 2020-07-15 12:07:07 +03:00
go.mod Introduce metrics capture with OpenTelemetry (#1398) 2020-07-15 12:07:07 +03:00
go.sum Introduce metrics capture with OpenTelemetry (#1398) 2020-07-15 12:07:07 +03: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.