Skip to content

chore: update semantic conventions to v1.44.0 - #5511

Open
shashank-reddy-nr wants to merge 3 commits into
open-telemetry:mainfrom
shashank-reddy-nr:feat/semconv-1.44.0-generation
Open

chore: update semantic conventions to v1.44.0#5511
shashank-reddy-nr wants to merge 3 commits into
open-telemetry:mainfrom
shashank-reddy-nr:feat/semconv-1.44.0-generation

Conversation

@shashank-reddy-nr

Copy link
Copy Markdown

Description

Bumps the frozen spec version in scripts/semconv/generate.sh from
1.43.0 to 1.44.0, adds V1_44_0 to schemas.py, and regenerates
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)

Type of change

  • Bug fix
  • New feature (non-breaking change which adds functionality)
  • Breaking change

@shashank-reddy-nr
shashank-reddy-nr requested a review from a team as a code owner August 5, 2026 14:01
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
shashank-reddy-nr force-pushed the feat/semconv-1.44.0-generation branch from fd1ab62 to 746fcdd Compare August 5, 2026 14:09
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
@github-project-automation github-project-automation Bot moved this to Approved PRs in Python PR digest Aug 5, 2026

@emdneto emdneto left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, what was the issue with the duplicated stuff in hw_metrics.py?

@lmolkova lmolkova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@github-project-automation github-project-automation Bot moved this from Approved PRs to Reviewed PRs that need fixes in Python PR digest Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed PRs that need fixes

Development

Successfully merging this pull request may close these issues.

4 participants