Skip to content

Commit 2bdb19e

Browse files
michaelvanstratenjjjalkanen
authored andcommitted
Bug 1991427 - Update opentelemetry-proto to new version v1.8.0 r=jari
Differential Revision: https://phabricator.services.mozilla.com/D266667
1 parent 01b021c commit 2bdb19e

File tree

17 files changed

+80
-13446
lines changed

17 files changed

+80
-13446
lines changed

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
The full list of changes can be found in the compare view for the respective release at <https://github.com/open-telemetry/opentelemetry-proto/releases>.
66

7+
## 1.8.0 - 2025-09-02
8+
9+
### Changed
10+
11+
- profiles: drop gzip requirement. [#661](https://github.com/open-telemetry/opentelemetry-proto/pull/661)
12+
- profiles: avoid `optional` keyword usage. [#659](https://github.com/open-telemetry/opentelemetry-proto/pull/659)
13+
- profiles: make `profile_id` optional. [#665](https://github.com/open-telemetry/opentelemetry-proto/pull/665)
14+
- profiles: use single `Profile.sample_type` and clarify use of timestamps. [#649](https://github.com/open-telemetry/opentelemetry-proto/pull/649)
15+
- all: add notes about the attribute values restrictions. [#683](https://github.com/open-telemetry/opentelemetry-proto/pull/683)<br>
16+
⚠️ **IMPORTANT**: These restrictions can be dropped in a future minor release.
17+
- profiles: clarify usage of the zero value as the first element of tables in `ProfilesDictionary`. [#688](https://github.com/open-telemetry/opentelemetry-proto/pull/688), [#698](https://github.com/open-telemetry/opentelemetry-proto/pull/698)
18+
- profiles: unsigned `time_nanos` and `duration_nanos` in `Profile`. [#692](https://github.com/open-telemetry/opentelemetry-proto/pull/692)
19+
- profiles: improve attribute encoding in `ProfilesDictionary`. [#672](https://github.com/open-telemetry/opentelemetry-proto/pull/672)
20+
- profiles: simplify profile stack trace representation. [#708](https://github.com/open-telemetry/opentelemetry-proto/pull/708)
21+
22+
### Fixed
23+
24+
- examples: fix OTLP JSON Event example body. [#666](https://github.com/open-telemetry/opentelemetry-proto/pull/666)
25+
- docs: minor specification fixes around `UNAVAILABLE` and `RetryInfo`. [#669](https://github.com/open-telemetry/opentelemetry-proto/pull/669)
26+
27+
### Removed
28+
29+
- profiles: remove `default_sample_type`. [#679](https://github.com/open-telemetry/opentelemetry-proto/pull/679)
30+
- profiles: remove `has_*` debug info fields, they are moving to attributes. [#595](https://github.com/open-telemetry/opentelemetry-proto/pull/595)
31+
- profiles: remove `Location.is_folded`. [#690](https://github.com/open-telemetry/opentelemetry-proto/pull/690)
32+
733
## 1.7.0 - 2025-05-19
834

935
### Added

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,15 @@ Experiments which succeed, require a review before the field or the message is m
127127

128128
No guarantees are provided whatsoever about the stability of the code that
129129
is generated from the .proto files by any particular code generator.
130+
131+
## Maintainers
132+
133+
- [OpenTelemetry Technical Committee](https://github.com/open-telemetry/community/blob/main/community-members.md#technical-committee)
134+
135+
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
136+
137+
## Approvers
138+
139+
- [OpenTelemetry Specification Sponsors](https://github.com/open-telemetry/community/blob/main/community-members.md#specifications-and-proto)
140+
141+
For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver).

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/moz.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ origin:
99
description: OpenTelemetry protocol (OTLP) specification and Protobuf definitions
1010
url: https://opentelemetry.io/docs/specs/otlp/
1111

12-
release: identifier
13-
revision: sha
12+
release: v1.8.0 (2025-09-02T11:03:39-04:00).
13+
revision: v1.8.0
1414

1515
license: Apache-2.0
1616
license-file: LICENSE

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/opentelemetry.proto.collector.trace.v1.rs

Lines changed: 0 additions & 54 deletions
This file was deleted.

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/opentelemetry.proto.common.v1.rs

Lines changed: 0 additions & 123 deletions
This file was deleted.

third_party/opentelemetry-cpp/third_party/opentelemetry-proto/opentelemetry.proto.resource.v1.rs

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)