Skip to content

OpenTelemetry C++ v1.6.1

Compare
Choose a tag to compare
@ThomsonTan ThomsonTan released this 24 Sep 00:24
· 563 commits to main since this release
5c180a1

v1.6.1 release

Release of core packages

  • opentelemetry-api
  • opentelemetry-sdk

and exporter packages:

  • opentelemetry-exporter-otlp (gRPC + HTTP/JSON)
  • opentelemetry-exporter-etw
  • opentelemetry-exporter-zipkin
  • opentelemetry-exporter-jaeger (thrift + UDP/HTTP)

Changelog

API

  • No API change

SDK

Exporter

  • ETW Exporter - Add support for Sampler and ID Generator by @lalitb in #1547
  • ETW Exporter - Add Trace flags in SpanContext by @lalitb in #1618

Build

Metrics

  • Update metrics status to Release Candidate by @lalitb in #1570
  • Metrics warnings by @esigo in #1583
  • Fix 1585 - Multiple cumulative metric collections without measurement recording. by @lalitb in #1586
  • Fix default value of OtlpHttpMetricExporterOptions::aggregation_temporality. by @owent in #1601
  • Add Histogram tests for Synchronous Metric Storage. by @lalitb in #1597
  • Add OTLP Metric Exporter Factory and OtlpGrpcClient by @owent in #1606
  • Example for OTLP gRPC exporter for Metrics. by @lalitb in #1598

Sementic Convention

New Contributors

Full Changelog: v1.6.0...v1.6.1

Notes:

While OpenTelemetry semantic convention is still in experimental state, PR #1624 upgraded it from 1.12.0 to 1.13.0 which MAY break the instrumentation library. Please update the semantic convention in instrumentation library is needed.