valyala/fasthttp
Vedi su GitHubHow to integrate fasthttp client with opentracing gracefully
Open
Aperta il 7 apr 2020
help wanted
Descrizione
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.