tapir icon indicating copy to clipboard operation
tapir copied to clipboard

[BUG] Invalid transaction names in OTEL Java agent when using Tapir + Akka Http

Open Matzz opened this issue 8 months ago • 3 comments

Tapir version: "1.11.13" OTEL Java agent version: "2.11.0" Scala version: "2.13.16"

Describe the bug

When using Tapir + Akka Http, OTEL Java agent sets the wrong transaction names. Only request method is included without url template. Plain Akka Http routes provides correct transaction names.

How to reproduce? Here is a sample application which depicts this issue. All steps to reproduce are described in README https://github.com/Matzz/tapir-test/blob/main/README.md

Matzz avatar Feb 14 '25 19:02 Matzz