valyala/fasthttp

How to integrate fasthttp client with opentracing gracefully

Aberta

#775 aberto em 7 de abr. de 2020

 (3 comentários) (0 reação) (0 responsável)Go (1.755 forks)batch import
help wanted

Métricas do repositório

Stars
 (21.741 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d) (44 fundiu PRs em 30d)

Description

net/http expose RoundTrip so it can integrate with opentracing by overwrite the RoundTrip function. while fasthttp client don't implement such interface and do not provide middleware. The only way to integrate with opentracing is overwrite all method of fasthttp client, but it is not graceful.

Guia do colaborador