Merged
Conversation
added 4 commits
November 6, 2018 13:45
- Use onLastOperator instead of onEachOperator - Do not instrument scalar publishers - Revisit ReactorSleuthMethodInvocationProcessor to reduce ops overhead
- Use only one operator for the MethodInvocationProcessor - Warning Behavior Change: @Newspan will defer Span creation/context
- Reduce WebFilter instrumentation to 1 operator - Reduce WebClient instrumentation to 2 operators (1 resp, 1 body)
Contributor
|
Moar Reactor optimization + fixing thread local populated on WebClient body emissions (see Spring Cloud Sample ITIssue) |
Contributor
codefromthecrypt
left a comment
There was a problem hiding this comment.
so much formatting change.. mind making a line comment per major thing what is important here? I would like to learn.
| private static final class SpanSubscriber | ||
| implements CoreSubscriber<Object>, Subscription, Scannable { | ||
|
|
||
| final CoreSubscriber<? super Object> actual; |
Contributor
There was a problem hiding this comment.
nit this doublespacing is stress testing my thumbs ability to swipe up!
bsideup
added a commit
to bsideup/spring-cloud-sleuth
that referenced
this pull request
Feb 5, 2019
…tion) Before spring-cloud#1126, the headers were eagerly set in `TraceExchangeFilterFunction#filter`. After it, the side effect was moved to lazy `MonoWebClientTrace#subscribe`. However, we have everything to instrument the request in `filter`, and it can be done eagerly.
marcingrzejszczak
pushed a commit
that referenced
this pull request
Feb 5, 2019
* Fix regression introduced in #1126 (brave headers propagation) Before #1126, the headers were eagerly set in `TraceExchangeFilterFunction#filter`. After it, the side effect was moved to lazy `MonoWebClientTrace#subscribe`. However, we have everything to instrument the request in `filter`, and it can be done eagerly fixes gh-1199
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.

No description provided.