valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.88k stars 1.76k forks source link

Support for INSTANA #1366

Closed AdarshBP closed 2 years ago

AdarshBP commented 2 years ago

Hi , how do we setup instana in fasthttp framework, right now we added using opentracing , looks like it is not working as expected .

erikdubbelboer commented 2 years ago

Is this the same issue as https://github.com/valyala/fasthttp/issues/775 and https://github.com/valyala/fasthttp/issues/940?

AdarshBP commented 2 years ago

Yes it is the same

li-jin-gou commented 2 years ago

I am working on this piece of content and if it is finished I will PR it as soon as possible.❤️

gyliu513 commented 9 months ago

@li-jin-gou any progress for this? Why did this issue got closed? Thanks