valyala/fasthttp

How to integrate fasthttp client with opentracing gracefully

Open

#775 创建于 2020年4月7日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (21,741 star) (1,755 fork)batch import
help wanted

描述

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.

贡献者指南

How to integrate fasthttp client with opentracing gracefully · valyala/fasthttp#775 | Good First Issue