Releases: tokio-rs/tracing-opentelemetry
Releases Β· tokio-rs/tracing-opentelemetry
0.30.0
What's Changed
- doc: tracked inactivity default by @aimericsr in #195
- chore: update from opentelemetry-sdk 0.28.0 to 0.29.0 by @alessandrobologna in #196
- chore: prepare for release 0.30.0 by @tisonkun in #197
v0.29.0
What's Changed
0.28.0
What's Changed
- Reduce locking in the implementation of
Layer::on_close
by @mzabaluev in #173 - adding support for setting the status of the span through SpanExt by @webfinesse in #176
- Add level metadata to spans by @mTsBucy1 in #182
- chore: update opentelemetry dependencies to 0.27.0 by @MathiasPius in #184
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
Breaking Changes
- Upgrade to
v0.21.0
ofopentelemetry
For list of breaking changes in OpenTelemetry, see the
v0.21.0 changelog. - Update MSRV to require Rust 1.65+, as
opentelemetry
requires it now. (#68)
Fixed
Thanks to @jesseditson, @AsmPrgmC3, and @rthomas for contributing to this release!
0.21.0
Added
- Ability to produce measurement with attributes (#43)
Breaking Changes
MetricsLayer
is now generic over the itsSubscriber
impl to support
per-layer filtering (#43)
Fixed
- Trace IDs not matching when propagating invalid contexts (#55)
Thanks to @ymgyt and @hdost for contributing to this release!