-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestnew instrumentation
Description
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:
- web server: apache-tomcat-9.0.52
- lib axis: axis-1.4-FINAL.jar
- auto-instrumentation java agent: 2.10
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
Metadata
Metadata
Assignees
Labels
contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestNew feature or requestnew instrumentation