Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

v0.16.0

Latest
Compare
Choose a tag to compare
@asdvalenzuela asdvalenzuela released this 25 Jan 19:27
· 8 commits to main since this release
b44e029
  • Transcribe attributes from span links to events (#96)
    Links attached to OpenTelemetry spans carry attributes like spans and events. Since we publish links as Honeycomb events, and events all carry fields, transcribe attributes on links as fields on the corresponding Honeycomb events.
    Include OpenTelemetry resource attributes as the underlay, and shadow those resource attributes if necessary with the link-level attributes, as we did for spans and span events in #71.

  • Upgrade OpenTelemetry from 0.15.0 to 0.16.0 (#100).