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

Bump the otel group with 3 updates #110

Closed
wants to merge 7 commits into from

Commits on Jul 15, 2024

  1. Bump the otel group with 3 updates

    Updates the requirements on [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version.
    
    Updates `opentelemetry` to 0.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
    - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.23.0...opentelemetry-0.24.0)
    
    Updates `opentelemetry-otlp` to 0.17.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
    - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.16.0...opentelemetry-otlp-0.17.0)
    
    Updates `opentelemetry_sdk` to 0.24.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
    - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.23.0...opentelemetry_sdk-0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: opentelemetry
      dependency-type: direct:production
      dependency-group: otel
    - dependency-name: opentelemetry-otlp
      dependency-type: direct:production
      dependency-group: otel
    - dependency-name: opentelemetry_sdk
      dependency-type: direct:production
      dependency-group: otel
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    857c997 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    88cb699 View commit details
    Browse the repository at this point in the history
  2. Bump tracing-opentelemetry

    23Skidoo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f7d3ab View commit details
    Browse the repository at this point in the history
  3. Update docker-compose.yml

    23Skidoo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cf85e14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4214325 View commit details
    Browse the repository at this point in the history
  5. Workaround: add sleep calls

    AFAICT this is now needed because of open-telemetry/opentelemetry-rust#1830
    
    (mentioned in https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/CHANGELOG.md#v0240)
    
    Replacing install_batch with install_simple also works.
    23Skidoo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fc179b1 View commit details
    Browse the repository at this point in the history
  6. Sleep for 10s

    23Skidoo committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f3086b6 View commit details
    Browse the repository at this point in the history