endpoint and path format using auto-instrumentation java #13637
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
new instrumentation
Describe the bug
I have instrumentated a tomcat application that uses SOAP(wsdl) web services. I stop using a new relic agent to use java agent and declarative file.
I have noticed that the application doesn't have a complete path information like before, when I was using APM.
Example:
Before(APM):
<URL>/<soap-method>
Now using Otel auto-instrumentation:
<URL>/*
I believe that is caused by Axis version used in application. Can you confirm?
Is it possible to get the same path format?
details:
Steps to reproduce
auto-instrumentation java using declarative file
tom cat application using Axis lib
Expected behavior
getting the same path format on OpenTelemetry than before using APM
Actual behavior
Otel doesn't able to show url path
Javaagent or library instrumentation version
v2.10
Environment
JDK: jdk1.8.0_301-amd64
OS: Linux 5.10.223-211.872.amzn2.x86_64
Additional context
No response
The text was updated successfully, but these errors were encountered: