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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Updates the requirements on opentelemetry, opentelemetry-otlp and opentelemetry_sdk to permit the latest version.
Updates opentelemetry to 0.24.0

Release notes

Sourced from opentelemetry's releases.

opentelemetry-0.24.0

See individual crate changelogs for details.

Commits

Updates opentelemetry-otlp to 0.17.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.17.0

Changed

  • Implement Serialize & Deserialize for Sampler, SpanLimits #622, #626
  • Allow &'static str and string in span methods #654
  • Allow String data in instrumentation library. #670
  • Remove std::fmt::Debug and 'static requirements from TracerProvider, Tracer, and Span #664
  • Remove unused Tracer::invalid method #683
  • Split TracerProvider::tracer and TracerProvider::versioned_tracer methods #682
  • Reduce dependency on futures crate #684
  • Switch to parent context references #687
  • Spec-compliant trace and span ids #689
  • Optimize span creation internals #693
  • Add instrumentation library to ShouldSample parameters #695

Fixed

  • Fix default resource detection for tracer provider #641
  • Detect service.name from OTEL_SERVICE_NAME and OTEL_RESOURCE_ATTRIBUTES #662
  • Fix TraceState::valid_key crashes #665
Commits

Updates opentelemetry_sdk to 0.24.0

Release notes

Sourced from opentelemetry_sdk's releases.

opentelemetry-0.24.0

See individual crate changelogs for details.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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 dependabot bot requested a review from a team as a code owner July 15, 2024 23:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@23Skidoo
Copy link

Needs a tracing-opentelemetry bump too I think.

@23Skidoo 23Skidoo force-pushed the dependabot/cargo/otel-eac26fe957 branch from 02fc761 to cd14387 Compare July 22, 2024 15:46
@23Skidoo
Copy link

Also needs LukeMathWalker/tracing-actix-web#127

@23Skidoo 23Skidoo force-pushed the dependabot/cargo/otel-eac26fe957 branch from cd14387 to fc179b1 Compare July 22, 2024 18:38
@23Skidoo
Copy link

Managed to make the tests pass.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/cargo/otel-eac26fe957 branch July 22, 2024 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant