opentelemetry-go-instrumentation icon indicating copy to clipboard operation
opentelemetry-go-instrumentation copied to clipboard

AMQP example

Open pfrydids opened this issue 1 year ago • 0 comments

Feature request

The example shown in the project documentation focuses on gRPC, it would be awesome if the example could demonstrate integration with AMQP. We already instrument our code using

https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation

but then have to manually instrument our code for AMQP

Use case

We already instrument our code using

https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation

but then have to manually instrument our code for AMQP . I'd hope that the auto-instrumentation offered by this project could remove the need for the manual instrumentation required by AMQP.

pfrydids avatar May 18 '23 09:05 pfrydids