enhancementhelp wanted
Repository metrics
- Stars
- (425 stars)
- PR merge metrics
- (PR metrics pending)
Description
Implement tracing for https://github.com/streadway/amqp.
This will probably have to be a collection of amqp.Channel method wrappers that:
- add context.Context
- create spans using said context
- add headers (when we support distributed tracing)
- call through to the underlying amqp.Channel