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: Update otel to 0.18.0 #2303

Merged
merged 4 commits into from Sep 15, 2022
Merged

opentelemetry: Update otel to 0.18.0 #2303

merged 4 commits into from Sep 15, 2022

Commits on Sep 13, 2022

  1. opentelemetry: Update otel to 0.18.0

    ## Motivation
    
    Support the latest OpenTelemetry specification.
    
    ## Solution
    
    Update `opentelemetry` to the latest `0.18.x` release. Breaking changes
    in the metrics spec have removed value recorders and added histograms so
    the metrics layer's `value.` prefix has been changed to `histogram.` and
    behaves accordingly. Additionally the `PushController` configuration for
    the metrics layer has been simplified to accept a `BasicController` that
    can act in either push or pull modes. Finally trace sampling in the
    sdk's `PreSampledTracer` impl has been updated to match the sampling
    logic in open-telemetry/opentelemetry-rust#839.
    jtescher committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    29cbb7d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update MSRV to 1.56

    jtescher committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    50cac30 View commit details
    Browse the repository at this point in the history
  2. Update examples

    jtescher committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dd9a1a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Fix async-trait dep

    jtescher committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    67e1fa4 View commit details
    Browse the repository at this point in the history