apm-agent-java icon indicating copy to clipboard operation
apm-agent-java copied to clipboard

[debug] investigate otel plugin issue

Open SylvainJuge opened this issue 3 years ago • 1 comments

What does this PR do?

Add extra debug info to investigate unexpected issue. Reported in the forum.

Checklist

  • [ ] This is an enhancement of existing features, or a new feature in existing plugins
    • [ ] I have updated CHANGELOG.asciidoc
    • [ ] I have added tests that prove my fix is effective or that my feature works
    • [ ] Added an API method or config option? Document in which version this will be introduced
    • [ ] I have made corresponding changes to the documentation
  • [ ] This is a bugfix
    • [ ] I have updated CHANGELOG.asciidoc
    • [ ] I have added tests that would fail without this fix
  • [ ] This is a new plugin
    • [ ] I have updated CHANGELOG.asciidoc
    • [ ] My code follows the style guidelines of this project
    • [ ] I have made corresponding changes to the documentation
    • [ ] I have added tests that prove my fix is effective or that my feature works
    • [ ] New and existing unit tests pass locally with my changes
    • [ ] I have updated supported-technologies.asciidoc
    • [ ] Added an API method or config option? Document in which version this will be introduced
    • [ ] Added an instrumentation plugin? Describe how you made sure that old, non-supported versions are not instrumented by accident.
  • [ ] This is something else

SylvainJuge avatar Aug 08 '22 08:08 SylvainJuge

:green_heart: Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-09-13T08:02:26.140+0000

  • Duration: 57 min 23 sec

Test stats :test_tube:

Test Results
Failed 0
Passed 3151
Skipped 36
Total 3187

:green_heart: Flaky test report

Tests succeeded.

:robot: GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • run benchmark tests : Run the benchmark tests.

  • run jdk compatibility tests : Run the JDK Compatibility tests.

  • run integration tests : Run the Agent Integration tests.

  • run end-to-end tests : Run the APM-ITs.

  • run windows tests : Build & tests on windows.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

apmmachine avatar Aug 08 '22 08:08 apmmachine

/test

github-actions[bot] avatar Sep 09 '22 11:09 github-actions[bot]