ZopaPublic / ktor-opentracing

Ktor features for OpenTracing instrumentation.
MIT License
37 stars 8 forks source link

Fix server span naming bug #25

Closed fstien closed 3 years ago

fstien commented 3 years ago

Fixes an issue where the call.route.parent.toString() returns a /(authenticate SCOPE)/ prefix to the route when the endpoint has authentication.