Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2022

Bumps tracing-opentelemetry from 0.16.0 to 0.17.3.

Release notes

Sourced from tracing-opentelemetry's releases.

tracing-opentelemetry 0.17.3

This release adds support for emitting thread names and IDs to OpenTelemetry, as well as recording std::error::Error values in a structured manner with their source chain included. Additionally, this release fixes issues related to event and span source code locations.

Added

  • Layer::with_threads to enable recording thread names/IDs according to OpenTelemetry semantic conventions (#2134)
  • Error::source chain when recording std::error::Error values (#2122)
  • Layer::with_location method (replaces Layer::with_event_location) (#2124)

Changed

  • std::error::Error values are now recorded using fmt::Display rather than fmt::Debug (#2122)

Fixed

  • Fixed event source code locations overwriting the parent span's source location (#2099)
  • Fixed Layer::with_event_location not controlling whether locations are emitted for spans as well as events (#2124)

Deprecated

  • Layer::with_event_location: renamed to Layer::with_location, as it now controls both span and event locations (#2124)

Thanks to new contributors @​lilymara-onesignal, @​hubertbudzynski, and @​DevinCarr for contributing to this release!

#2134: tokio-rs/tracing#2134 #2122: tokio-rs/tracing#2122 #2124: tokio-rs/tracing#2124 #2099: tokio-rs/tracing#2099

tracing-opentelemetry 0.17.2

This release fixes [an issue]#1944 introduced in v0.17.1 where tracing-opentelemetry could not be compiled with default-features = false.

Fixed

  • Compilation failure with tracing-log feature disabled (#1949)

#1949: tokio-rs/tracing#1917 #1944: tokio-rs/tracing#1944

... (truncated)

Commits
  • 1133a08 opentelemetry: prepare to release v0.17.3 (#2154)
  • 29b265d core, subscriber: migrate from lazy_static to once_cell (#2147)
  • 0130df7 chore(deps): update parking_lot requirement from >= 0.9.0, <= 0.12 to >= 0.9....
  • bc5ef82 opentelemetry: add support for thread names/ids (#2134)
  • bfdf8dc docs: remove incorrect MSRV note (#2137)
  • ebdafbd appender: add initial set of benches (#2128)
  • 00fcb71 opentelemetry: enforce event_location for span tags (#2124)
  • 0e8767d error: add missing backtick to prelude docs (#2120)
  • 5a205d1 fix opentelemetry example (#2110)
  • 5de8092 Add additional information to references of my_crate in env_filter docs. (#1088)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tracing-opentelemetry](https://github.com/tokio-rs/tracing) from 0.16.0 to 0.17.3.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-opentelemetry-0.16.0...tracing-opentelemetry-0.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 4, 2022

Superseded by #216.

@dependabot dependabot bot closed this Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/cargo/tracing-opentelemetry-0.17.3 branch July 4, 2022 03:35
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 requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants