Skip to content

feat: add support for metric data-point flags#4916

Open
herin049 wants to merge 5 commits intoopen-telemetry:mainfrom
herin049:feat/datapoint-flags
Open

feat: add support for metric data-point flags#4916
herin049 wants to merge 5 commits intoopen-telemetry:mainfrom
herin049:feat/datapoint-flags

Conversation

@herin049
Copy link
Contributor

Description

Adds support for metric data-point flags per the OpenTelemetry metric data model: https://opentelemetry.io/docs/specs/otel/metrics/data-model/#data-point-flags

Fixes #4726

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Relevant unit tests have been added/updated to test the added features.

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@herin049 herin049 requested a review from a team as a code owner February 17, 2026 04:10
Copy link
Member

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

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

Looks good 👍🏻

@herin049 herin049 force-pushed the feat/datapoint-flags branch from 6f4b5bb to cee2016 Compare March 13, 2026 01:32
@herin049 herin049 moved this from Ready for review to Approved PRs in Python PR digest Mar 13, 2026
@herin049 herin049 added the Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary label Mar 13, 2026
@herin049 herin049 force-pushed the feat/datapoint-flags branch from 58033e6 to 479f459 Compare March 13, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary

Projects

Status: Approved PRs

Development

Successfully merging this pull request may close these issues.

Enable support for data point flags

3 participants