elastic/apm-agent-go

Feature: github.com/streadway/amqp tracing

Open

#37 aberto em 28 de mar. de 2018

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

Guia do colaborador