enhancementhelp wanted
Métricas do repositório
- Stars
- (425 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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