This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Releases: open-telemetry/opentelemetry-erlang-api
Releases · open-telemetry/opentelemetry-erlang-api
OpenTelemetry API v0.3.2
create_span
has been renamedstart_inactive_span
(#53)- Fix
add_event
Elixir function (#56) - Add accessors to deconstruct Span (#54)
- Attributes and events that aren't a list are now silently dropped (#51)
- Fix bug where there is no current span ctx and update_name is called (#52)
- Readme, typespec and doc fixes #45 #46 #50 #59
OpenTelemetry API v0.3.1
version bump to 0.3.1 (#44)
OpenTelemetry API v0.2.0
- Tracer API behaviour
- Span API behaviour
- Context API behaviour
- Baggage and Correlations Context implemented on top of Context API
- Propagation API