Skip to content

Conversation

@pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Dec 16, 2025

Which problem is this PR solving?

Important

Part of a prototype for open-telemetry/semantic-conventions#2928

Implements a utility for a new semconv stability opt-in value LATEST_EXPERIMENTAL that contains both stable, and in-development telemetry according to the latest semconv.

See open-telemetry/semantic-conventions#2928
This is based on the current state of open-telemetry/semantic-conventions#3173

This should help with two things:

  • lifting existing instrumentation closer to a stable state by allowing them to move forward with the in-development specification, reducing the effort needed when the semantic conventions for that area become stable
  • allowing prototyping of in-development semantic conventions so that they can eventually be marked as stable, without emitting that telemetry by default.

Disclosure of AI use: I used Github Copilot and Claude Sonnet 4.5 to fill in some of the tests.

Type of change

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

How Has This Been Tested?

  • Added unit tests

@pichlermarc pichlermarc force-pushed the feat/experimental-semconv-opt-in branch from 06af662 to d915a45 Compare December 16, 2025 15:48
@pichlermarc pichlermarc force-pushed the feat/experimental-semconv-opt-in branch from d915a45 to 1dca242 Compare December 16, 2025 15:49
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.43%. Comparing base (681c136) to head (1dca242).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6224   +/-   ##
=======================================
  Coverage   95.43%   95.43%           
=======================================
  Files         317      317           
  Lines        9521     9521           
  Branches     2197     2197           
=======================================
  Hits         9086     9086           
  Misses        435      435           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant