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

allows continuation of observations #1076

Merged

Commits on Oct 26, 2022

  1. Allows continuation of observations

    without this change we're not taking into account a parent observation into account. Nor do we set in the reactor context the current observation for the users to use
    
    with this change whenever an observation is being created we put it into the reacto context under a well-known micrometer.observation key (for more information look at the ObservationThreadLocalAccessor class from micrometer-core)
    
    Signed-off-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
    marcingrzejszczak committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    95b5eb3 View commit details
    Browse the repository at this point in the history