Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endpoint and path format using auto-instrumentation java #13637

Open
robsonfirmino opened this issue Apr 1, 2025 · 1 comment
Open

endpoint and path format using auto-instrumentation java #13637

robsonfirmino opened this issue Apr 1, 2025 · 1 comment
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request new instrumentation

Comments

@robsonfirmino
Copy link

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

@robsonfirmino robsonfirmino added bug Something isn't working needs triage New issue that requires triage labels Apr 1, 2025
@laurit
Copy link
Contributor

laurit commented Apr 2, 2025

@laurit laurit added enhancement New feature or request contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome new instrumentation and removed bug Something isn't working needs triage New issue that requires triage labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request new instrumentation
Projects
None yet
Development

No branches or pull requests

2 participants