OpenTelemetry - CNCF/opentelemetry-rust: Release v0.16.0
Name: opentelemetry-rust
Owner: OpenTelemetry - CNCF
Release: v0.16.0
Released: 2021-08-07
License: Apache-2.0
Release Assets:
Changed
- Add default resource in
TracerProvider
#571 - Rename
get_tracer
totracer
#586 - Extract
trace::noop
module and update docs #587 - Add
Hash
impl for span context and allow spans to clone and export current state #592 - Enforce span status code's order #593
- Make
SpanRef
public #600 - Make
SpanProcessor::on_start
take a mutable span #601 - Renamed
label
toattribute
to align with otel specification #609
Performance
- Small performance boost for
Resource::get
#579