chore: update semantic conventions to v1.44.0 - #5511
Open
shashank-reddy-nr wants to merge 3 commits into
Open
Conversation
Bump SEMCONV_VERSION in scripts/semconv/generate.sh from 1.43.0 to 1.44.0, add V1_44_0 to schemas.py, and regenerate all attribute and metric constants with weaver v0.24.2. Notable additions in v1.44.0 (messaging / Kafka): - messaging.kafka.cluster.id (incubating) - messaging.destination.template (incubating) - messaging.message.conversation_id (incubating) - messaging.message.envelope.size (incubating) Assisted-by: Claude Sonnet 4.6
shashank-reddy-nr
force-pushed
the
feat/semconv-1.44.0-generation
branch
from
August 5, 2026 14:09
fd1ab62 to
746fcdd
Compare
Assisted-by: Claude Sonnet 4.6
Weaver v0.24.2 generates duplicate function/constant definitions when the same metric name (hw.errors, hw.status) appears across multiple hardware component types in the spec. Keep only the first occurrence of each to avoid ruff F811 and pylint E0102 errors. Assisted-by: Claude Sonnet 4.6
lmolkova
approved these changes
Aug 5, 2026
DylanRussell
approved these changes
Aug 5, 2026
emdneto
reviewed
Aug 5, 2026
lmolkova
requested changes
Aug 6, 2026
Member
There was a problem hiding this comment.
it seems the output was modified, there is an ongoing bug that results in hw metrics having multiple identical copies. investigating
Check out the workaround in java - open-telemetry/semantic-conventions-java#549 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps the frozen spec version in
scripts/semconv/generate.shfrom1.43.0to1.44.0, addsV1_44_0toschemas.py, and regeneratesall attribute and metric constants with
weaver v0.24.2.Notable additions in v1.44.0 (messaging / Kafka):
messaging.kafka.cluster.id(incubating)messaging.destination.template(incubating)messaging.message.conversation_id(incubating)messaging.message.envelope.size(incubating)Type of change