opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

add `url.template` to client spans

Open MarcusDunn opened this issue 8 months ago • 0 comments

Added support for url.template (plus KTOR integration)

if https://github.com/ktorio/ktor/pull/4747 gets merged in. Fixes #13570. If it does not get merged, allows applications to set the attribute.

url.template is currently hard coded as it's not in the semantics package yet.

I imagine this is due to stability stuff. I'm unsure if this makes this PR unmergable.

MarcusDunn avatar Mar 21 '25 22:03 MarcusDunn