valyala/fasthttp

How to integrate fasthttp client with opentracing gracefully

Open

#775 opened on 2020年4月7日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Go (1,755 forks)batch import
help wanted

Repository metrics

Stars
 (21,741 stars)
PR merge metrics
 (平均マージ 3d) (30d で 44 merged PRs)

説明

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.

コントリビューターガイド