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
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.
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.