You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: