Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Releases: open-telemetry/opentelemetry-erlang-api

OpenTelemetry API v0.3.2

09 Jun 15:23
e9080ab
Compare
Choose a tag to compare
  • create_span has been renamed start_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

27 Mar 13:55
2e89c51
Compare
Choose a tag to compare
version bump to 0.3.1 (#44)

OpenTelemetry API v0.2.0

20 Nov 21:02
cf03475
Compare
Choose a tag to compare
  • Tracer API behaviour
  • Span API behaviour
  • Context API behaviour
  • Baggage and Correlations Context implemented on top of Context API
  • Propagation API