akka instrumentation adding extraneous slashes #11896
Labels
bug
Something isn't working
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
repro provided
Describe the bug
akka instrumentation adding extraneous slashes to
http.route
attribute and span name.Steps to reproduce
https://github.com/asuresh4/akka-example/tree/main contains an example where this behavior is readily reproducible along with steps.
Expected behavior
Span name and
http.route
attribute take the following formsGET /ball/*
or/ball/*
.Actual behavior
Span name and
http.route
attribute take the following formsGET //ball//*
or//ball//*
with additional slashes.Javaagent or library instrumentation version
2.6.0
Environment
JDK:
OS: MacOS
Additional context
The
url.path
attribute is set to values without extraneous slashes.The text was updated successfully, but these errors were encountered: