odigos-io / opentelemetry-go-instrumentation

OpenTelemetry auto-instrumentation for Go applications
Apache License 2.0
289 stars 44 forks source link

AMQP example #59

Open pfrydids opened 1 year ago

pfrydids commented 1 year ago

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.