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 opentelemetry group in /bundler with 4 updates #78

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the opentelemetry group in /bundler with 4 updates: opentelemetry, opentelemetry-otlp, opentelemetry_sdk and tracing-opentelemetry.

Updates opentelemetry from 0.21.0 to 0.22.0

Release notes

Sourced from opentelemetry's releases.

v0.22.0

API

Added

Changed

Removed

SDK

Deprecated

  • XrayIdGenerator in the opentelemetry-sdk has been deprecated and moved to version 0.10.0 of the opentelemetry-aws crate.

Added

  • #1410 Add experimental synchronous gauge

  • #1471 Configure batch log record processor via OTEL_BLRP_* environment variables and via OtlpLogPipeline::with_batch_config

  • #1503 Make the documentation for In-Memory exporters visible.

  • #1526 Performance Improvement : Creating Spans and LogRecords are now faster, by avoiding expensive cloning of Resource for every Span/LogRecord.

Changed

  • Breaking #1313 #1350 Changes how Span links/events are stored to achieve performance gains. See below for details:

    Behavior Change: When enforcing max_links_per_span, max_events_per_span from SpanLimits, links/events are kept in the first-come order. The previous "eviction" based approach is no longer performed.

    Breaking Change Affecting Exporter authors:

    SpanData now stores links as SpanLinks instead of EvictedQueue where SpanLinks is a struct with a Vec of links and dropped_count.

    SpanData now stores events as SpanEvents instead of EvictedQueue where SpanEvents is a struct with a Vec of events and dropped_count.

  • Breaking Remove TextMapCompositePropagator #1373. Use TextMapCompositePropagator in opentelemetry API.

... (truncated)

Commits

Updates opentelemetry-otlp from 0.14.0 to 0.15.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.15.0

Added

  • More resource detectors #573

Changed

  • Expose the Error type to allow users to set custom error handlers #551
  • Allow users to use different channels based on runtime in batch span processor #560
  • Move Unit into metrics module #564
  • Update trace flags to match spec #565

Fixed

  • Fix debug loop, add notes for #[tokio::test] #552
  • TraceState cannot insert new key-value pairs #567
Commits
  • d7ba1ea Prepare for v0.15.0 release (#572)
  • 6834b64 feat: add more resource detectors (#573)
  • efbc842 semantic-conventions: update to v1.4.0 spec (#570)
  • d70a537 Update example and optional dependencies (#568)
  • a2dd6e7 fix: TraceState cannot insert new key-value pairs. (#567)
  • dc7d81f Update trace flags to match spec (#565)
  • 635f10e Move unit into metrics module (#564)
  • 99e51c1 Update lib and tracing module docs with examples (#563)
  • 1ca62d3 feat: allow users to use different channels based on runtime in batch span pr...
  • fb576b0 move hyper prometheus example into something runnable (#562)
  • Additional commits viewable in compare view

Updates opentelemetry_sdk from 0.21.2 to 0.22.1

Release notes

Sourced from opentelemetry_sdk's releases.

0.22.1 of OpenTelemetry sdk

Fixed open-telemetry/opentelemetry-rust#1576 Fix Span kind is always set to "internal".

v0.22.0

API

Added

Changed

Removed

SDK

Deprecated

  • XrayIdGenerator in the opentelemetry-sdk has been deprecated and moved to version 0.10.0 of the opentelemetry-aws crate.

Added

  • #1410 Add experimental synchronous gauge

  • #1471 Configure batch log record processor via OTEL_BLRP_* environment variables and via OtlpLogPipeline::with_batch_config

  • #1503 Make the documentation for In-Memory exporters visible.

  • #1526 Performance Improvement : Creating Spans and LogRecords are now faster, by avoiding expensive cloning of Resource for every Span/LogRecord.

Changed

  • Breaking #1313 #1350 Changes how Span links/events are stored to achieve performance gains. See below for details:

    Behavior Change: When enforcing max_links_per_span, max_events_per_span from SpanLimits, links/events are kept in the first-come order. The previous "eviction" based approach is no longer performed.

    Breaking Change Affecting Exporter authors:

    SpanData now stores links as SpanLinks instead of EvictedQueue where SpanLinks is a struct with a Vec of links and dropped_count.

... (truncated)

Commits

Updates tracing-opentelemetry from 0.22.0 to 0.23.0

Release notes

Sourced from tracing-opentelemetry's releases.

0.23.0

Breaking Changes

  • Upgrade to opentelemetry 0.22. Refer to the upstream changelog for more information. In particular, i64 histograms will silently downgrade to key/value exports.
Changelog

Sourced from tracing-opentelemetry's changelog.

0.23.0 (February 26, 2024)

Breaking Changes

  • Upgrade to opentelemetry 0.22. Refer to the upstream changelog for more information. In particular, i64 histograms will silently downgrade to key/value exports.
Commits
  • 5e3354e Upgrade to opentelemetry 0.22 (#100)
  • 6cdd4d7 remove i64_histogram support (#99)
  • 4f747a0 fix: process parallel events and potential deadlock in on_record (#95)
  • 101dc89 Honor explicit parent spans for events (#92)
  • 8b20ca4 chore: fix typos (#91)
  • bd90c86 prevent panics when used with per-layer filters (#86)
  • 680c686 build(deps): update web-time requirement from 0.2.0 to 1.0.0 (#87)
  • 832b788 Display attribute in metrics (#85)
  • b2013d0 chore: update actions/checkout action to v4 (#83)
  • b982144 feat: use let else instead of unwrap (#79)
  • See full diff in compare view

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

Bumps the opentelemetry group in /bundler with 4 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust), [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) and [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry).


Updates `opentelemetry` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.21.0...v0.22.0)

Updates `opentelemetry-otlp` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.14.0...v0.15.0)

Updates `opentelemetry_sdk` from 0.21.2 to 0.22.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.21.2...v0.22.1)

Updates `tracing-opentelemetry` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull request that updates Rust code labels Mar 11, 2024
@garryod garryod merged commit 045ea91 into main Mar 11, 2024
23 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/bundler/opentelemetry-30c2ea5ef7 branch March 11, 2024 10:48
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 rust Pull request that updates Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant