valyala/fasthttp
How to integrate fasthttp client with opentracing gracefully
Ouverte
#775 ouverte le 7 avr. 2020
help wanted
Métriques du dépôt
- Stars
- (21 741 étoiles)
- Métriques de merge PR
- (Merge moyen 3j) (44 PRs mergées en 30 j)
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.