valyala/fasthttp

How to integrate fasthttp client with opentracing gracefully

Open

#775 建立於 2020年4月7日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Go (1,755 fork)batch import
help wanted

倉庫指標

Star
 (21,741 star)
PR 合併指標
 (平均合併 3天) (30 天內合併 44 個 PR)

描述

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.

貢獻者指南