Tracing library for Go applications using OpenTelemetry. This library hooks into the logrus library.
Please see the examples directory for usage examples.
- Run the Jaeger all-in-one docker image
task run-jaeger
- Run the example
task run-example
- Open the Jaeger UI
task open-jaeger-ui
After running the example, you can see the traces in the Jaeger UI as shown below.
Please feel free to raise issues and submit PRs.