Skip to content

opentelemetry-api 0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 00:13
35cb892

v0.6.0 / 2020-09-10

  • ADDED: Add support for OTEL_LOG_LEVEL env var
  • Documented array valued attributes #343
  • Renamed CorrelationContext to Baggage #338
  • Renamed Text* to TextMap* (propagators) #335
  • Fixed exception semantic conventions (span.record_error -> span.record_exception) #333
  • Removed support for lazy event creation #329
    • name: named parameter to span.add_event becomes first positional argument
    • Event class removed from API
  • Added hex_trace_id and hex_span_id helpers to SpanContext #332
  • Added CorrelationContext::Manager.values method to return correlations as a Hash #323