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

opentelemetry: Backport update to otel v0.11.x (#1161) #1162

Merged
merged 1 commit into from
Dec 30, 2020

Commits on Dec 30, 2020

  1. opentelemetry: update to otel v0.11.x (#1161)

    ## Motivation
    
    Support the latest OpenTelemetry specification
    
    ## Solution
    
    In order to support the latest spec, this patch makes the following
    breaking API changes:
    
    * Update `opentelemetry` to 0.11.x
    * Update `OpenTelemetrySpanExt::set_parent` to take a context by value
      as it is now stored and propagated.
    * Rename `PreSampledTracer::sampled_span_context` to
      `PreSampledTracer::sampled_context` as it now returns a full otel
      context
    
    Additionally the following doc and example changes:
    
    * Show w3c trace context propagator as recommendation in examples
    # Conflicts:
    #	tracing-opentelemetry/Cargo.toml
    #	tracing-opentelemetry/src/layer.rs
    #	tracing-opentelemetry/src/span_ext.rs
    #	tracing-opentelemetry/src/tracer.rs
    jtescher committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    b26c25b View commit details
    Browse the repository at this point in the history