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

Added finagle Http client

Open JonasKunz opened this issue 2 years ago • 1 comments

What does this PR do?

Add support for the finagle http client (#2794). However, this feature is not really useful without support for context propagation across finagle futures.

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
  • [x] 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
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] 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

JonasKunz avatar Sep 20 '22 07:09 JonasKunz

: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-11-24T10:39:07.278+0000

  • Duration: 60 min 6 sec

Test stats :test_tube:

Test Results
Failed 0
Passed 3218
Skipped 39
Total 3257

:green_heart: Flaky test report

Tests succeeded.

:robot: GitHub comments

Expand to view the 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 Sep 20 '22 07:09 apmmachine

/test

github-actions[bot] avatar Nov 21 '22 14:11 github-actions[bot]