Skip to content

Releases: open-telemetry/opentelemetry-proto

v1.3.2

28 Jun 13:20
40b3c1b
Compare
Choose a tag to compare

What's Changed

  • profiles: add missing java_package option to pprofextended. by @jhalliday in #558

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

07 May 14:53
b3060d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Apr 16:39
39339ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Release version v1.2.0

05 Apr 20:30
24d4bc0
Compare
Choose a tag to compare

Full list of differences found in this compare.

Added

  • Indicate if a Span's parent or link is remote using 2 bit flag.
    #484
  • Add metric.metadata for supporting additional metadata on metrics
    #514

Changed

  • No changes.

Release version v1.1.0

11 Jan 16:55
4ca4f03
Compare
Choose a tag to compare

Full list of differences found in this compare.

Added

  • Add flags field to Span and Span/Link for W3C-specified Trace Context flags .
    #503

Changed

  • Update and fix OTLP JSON examples. #516,
    #510,
    #499
  • Remove irrelevant comments from metric name field. #512
  • Add comment to explain schema_url fields. #504

Release version 1.0.0

03 Jul 14:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v1.0.0

Release version 0.20.0 - Release Candidate for 1.0.0

06 Jun 22:44
Compare
Choose a tag to compare

This is release 0.20.0. It is a release candidate for upcoming 1.0.0.

What's Changed

Maturity

  • Declare OTLP/JSON Stable. (#436) (#435)
  • Provide stronger symbolic stability guarantees. (#432)
  • Clarify how additive changes are handled. (#455)

Changed

  • Change the exponential histogram boundary condition. (#409)
  • Clarify behavior for empty/not present/invalid trace_id and span_id fields. (#442)
  • Change the collector trace endpoint to /v1/traces. (#449)

Added

  • Introduce zero_threshold field to ExponentialHistogramDataPoint. (#441) (#453)

Removed

  • Delete requirement to generate new trace/span id if an invalid id is received. (#444)

Full Changelog: v0.19.0...v0.20.0

Release version 0.19.0

03 Aug 18:04
6459e1a
Compare
Choose a tag to compare

0.19.0 - 2022-08-03

Full list of differences found in this compare.

Changed

  • Add csharp_namespace option to protos.
    (#399)
  • Fix some out-of-date urls which link to specification. (#402)
  • 🛑 [BREAKING] Delete deprecated InstrumentationLibrary,
    InstrumentationLibraryLogs, InstrumentationLibrarySpans and
    InstrumentationLibraryMetrics messages. Delete deprecated
    instrumentation_library_logs, instrumentation_library_spans and
    instrumentation_library_metrics fields.

Added

  • Introduce Scope Attributes. #395
  • Introduce partial success fields in Export<signal>ServiceResponse.
    #414

Release version 0.18.0

17 May 22:08
c5c8b28
Compare
Choose a tag to compare

0.18.0 - 2022-05-17

Full list of differences found in this compare.

Changed

  • Declare logs Stable.
    (#376)
  • Metrics ExponentialHistogramDataPoint makes the sum optional
    (follows the same change in HistogramDataPOint in 0.15). #392

Release version 0.17.0

06 May 14:28
5c2fe5d
Compare
Choose a tag to compare

0.17.0 - 2022-05-06

Full list of differences found in this compare.

Changed

  • Introduce optional min and max fields to the Histogram and ExponentialHistogram data point (#279)