Skip to content

endpoint and path format using auto-instrumentation java #13637

@robsonfirmino

Description

@robsonfirmino

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

No one assigned

    Labels

    contribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeenhancementNew feature or requestnew instrumentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions