Akka NoSuchElementException in RouteConcatenation$RouteWithConcatenation #13049
Labels
bug
Something isn't working
needs author feedback
Waiting for additional feedback from the author
stale
Hi,
I'm getting following error when using akka + tapir integration:
As a result traces are recorded only with http method without path.
For the same endpoint defined without tapir it works fine.
tapir version 1.11.12
akka version 2.8.5
Tapir endpoint definition looks more or less like that:
Steps to reproduce
Create scala application with tapir + akka http server. Instrument it with otel agent. Set OTEL_JAVAAGENT_DEBUG=true.
Expected behavior
OTEL will record span with http method and path.
Actual behavior
As a span name I get only method name without path.
Javaagent or library instrumentation version
2.11.0
Environment
JDK: AdoptOpenJDK OpenJDK 64-Bit Server VM 11.0.7+10
OS: Linux 5.10.230-223.885.amzn2.x86_64
Additional context
No response
The text was updated successfully, but these errors were encountered: