OpenTelemetry - CNCF/opentelemetry-rust: Release v0.7.0
Name: opentelemetry-rust
Owner: OpenTelemetry - CNCF
Release: v0.7.0
Released: 2020-07-27
License: Apache-2.0
Release Assets:
Added
- New
ParentOrElse
sampler for fallback logic if parent is not sampled. #128 - Attributes can now have array values #146
- Added
record_exception
andrecord_exception_with_stacktrace
methods toSpan
#152
Changed
- Update sampler types #128
Always
is nowAlwaysOn
.Never
is nowAlwaysOff
.Probability
now ignores parent sampled state.
base64
andbinary_propagator
have been moved toexperimental
module. #134Correlation-Context
header has been updated tootcorrelations
#145B3Propagator
has been updated to more closely follow the spec #148