elastic/apm-agent-go

Feature: github.com/streadway/amqp tracing

Open

#37 opened on Mar 28, 2018

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Go (208 forks)auto 404
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

Contributor guide