echo-contrib icon indicating copy to clipboard operation
echo-contrib copied to clipboard

Custom tracer for tracing-middleware

Open andrexus opened this issue 5 years ago • 1 comments

I have a configured tracer which is used for tracing grpc requests. Now I want to use the same tracer for http requests. Unfortunately there is no config option in tracing-middleware to provide an existing tracer.

andrexus avatar Jul 28 '20 09:07 andrexus

This is old. Probably not relevant anymore.

Config has tracer field. that one is not suitable? https://github.com/labstack/echo-contrib/blob/4d116eef4725384df66e4c4d079254bc53ae2d54/jaegertracing/jaegertracing.go#L50

aldas avatar Sep 18 '21 20:09 aldas