Commit b5d6fcd
Bump bundled opentelemetry-proto to v1.10.0 and regenerate (#5223)
Update PROTO_REPO_BRANCH_OR_COMMIT in scripts/proto_codegen.sh from
v1.9.0 to v1.10.0, regenerate the generated *_pb2.py / *_pb2.pyi files,
and update the opentelemetry-proto README version references to match.
The motivation is the profiles v1development proto: in the v1.9.0 pin
the Sample message carried outdated field numbers
(stack_index=1, values=2, attribute_indices=3, link_index=4,
timestamps_unix_nano=5). v1.10.0 (2026-03-09) renumbers it to
stack_index=1, attribute_indices=2, link_index=3, values=4,
timestamps_unix_nano=5, which the regenerated descriptors now reflect.
The bump also pulls in unrelated proto changes between v1.9.0 and
v1.10.0: common v1 gains AnyValue.string_value_strindex and
KeyValue.key_strindex fields (development, profiling-oriented), and a
SeverityNumber doc-comment was dropped in logs v1.
Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>1 parent 67b18b5 commit b5d6fcd
8 files changed
Lines changed: 85 additions & 34 deletions
File tree
- .changelog
- opentelemetry-proto
- src/opentelemetry/proto
- common/v1
- logs/v1
- profiles/v1development
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 36 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments