OpenTelemetry - CNCF/opentelemetry-swift: Release 1.1.1

Name: opentelemetry-swift

Owner: OpenTelemetry - CNCF

Release: 1.1.1

Released: 2021-11-29

License: Apache-2.0

Release Assets:

General

  • Improve SemanticConvention generation template #277

Traces

  • Make SpanData conform to Codable to support persisting #279
  • Fix startTime for spans, it was always using the SpanBuilder creation time as the start time #282

Metrics

  • Make Metric conform to Codable to support persisting #279

Resources

  • Added extra parameters to resource attributes, as per the updated spec #276
  • Fixed bug where enum values were not public, and thus could not be used by clients #276

New Persistence Exporter

  • The Persistence Exporter is not an actual exporter by itself, but an exporter decorator. It decorates a given exporter by persisting the exported data to the disk first, and then proceeds to forward it to the decorated exporter. More information and examples in the included README. #280

To top