add Spring Webflux server support#1305
Merged
SylvainJuge merged 168 commits intoelastic:masterfrom May 28, 2021
Merged
Conversation
…cin-bukowiecki/apm-agent-java into marcin-bukowiecki-mb-add-spring-webflux-plugin # Conflicts: # CHANGELOG.md # docs/configuration.asciidoc
…-add-spring-webflux-plugin
Add Reactive Netty instrumentation
capture exceptions
eyalkoren
reviewed
Apr 26, 2021
...pm-spring-webflux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/WebfluxHelper.java
Outdated
Show resolved
Hide resolved
apm-agent-plugins/apm-spring-webflux/apm-spring-webflux-plugin/pom.xml
Outdated
Show resolved
Hide resolved
...pm-spring-webflux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/WebfluxHelper.java
Outdated
Show resolved
Hide resolved
...flux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/TransactionAwareSubscriber.java
Outdated
Show resolved
Hide resolved
...x-plugin/src/main/java/co/elastic/apm/agent/springwebflux/HandlerAdapterInstrumentation.java
Outdated
Show resolved
Hide resolved
...flux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/TransactionAwareSubscriber.java
Outdated
Show resolved
Hide resolved
...flux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/TransactionAwareSubscriber.java
Outdated
Show resolved
Hide resolved
...flux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/TransactionAwareSubscriber.java
Outdated
Show resolved
Hide resolved
...flux-plugin/src/main/java/co/elastic/apm/agent/springwebflux/TransactionAwareSubscriber.java
Show resolved
Hide resolved
apm-agent-premain/src/main/java/co/elastic/apm/agent/premain/AgentMain.java
Outdated
Show resolved
Hide resolved
eyalkoren
approved these changes
May 26, 2021
…d-spring-webflux-plugin
…/apm-agent-java into mb-add-spring-webflux-plugin
…/apm-agent-java into mb-add-spring-webflux-plugin
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
|
The best place to find out what is supported or not is in our documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This pull-request is an improvement on the #1221 community pull-request.
Given the large number of changes, it was simpler to open another PR than recycle #1221.
Fixes #60
Features
Test application:
nettyortomcatas server, which allows to cover Webflux with or without ServletsInstrumentation:
Implementation checklist
Checklist