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

Stephane help #1126

Merged
merged 4 commits into from
Nov 6, 2018
Merged

Stephane help #1126

merged 4 commits into from
Nov 6, 2018

Commits on Nov 6, 2018

  1. WIP : Optimize Reactor instrumentation

    - Use onLastOperator instead of onEachOperator
    - Do not instrument scalar publishers
    - Revisit ReactorSleuthMethodInvocationProcessor to reduce ops overhead
    Stephane Maldini committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    18c9916 View commit details
    Browse the repository at this point in the history
  2. Optimize Reactor instrumentation

    - Use only one operator for the MethodInvocationProcessor
    - Warning Behavior Change: @NewSpan will defer Span creation/context
    Stephane Maldini committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    a9383f3 View commit details
    Browse the repository at this point in the history
  3. Optimize Reactor Optimization

    - Reduce WebFilter instrumentation to 1 operator
    - Reduce WebClient instrumentation to 2 operators (1 resp, 1 body)
    Stephane Maldini committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    07cc3bd View commit details
    Browse the repository at this point in the history
  4. Late Formatting commit - because not enough coffee

    Stephane Maldini committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    cf3394d View commit details
    Browse the repository at this point in the history