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

Investigate and fix "Nested instrumented invokedynamic instruction linkage detected" #3942

Open
SylvainJuge opened this issue Jan 16, 2025 · 0 comments

Comments

@SylvainJuge
Copy link
Member

The "Nested instrumented invokedynamic instruction linkage detected" warning is being reported during test execution.

There is currently 4 occurrences that indicate the following tests are triggering the issue.

  • co.elastic.apm.agent.springwebclient.WebClientInstrumentationIT
  • co.elastic.apm.spring.boot.SpringBoot3JettyIT
  • co.elastic.apm.spring.boot.SpringBoot3TomcatIT
  • co.elastic.apm.spring.boot.SpringBoot3UndertowIT

Because it is a warning it does not breaks the build and does not mean it's being triggered in production, however it would be safer to investigate and remove those warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant