Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilize synchronous gauge #4019

Merged
merged 4 commits into from
May 1, 2024

Conversation

jack-berg
Copy link
Member

Resolves #3893.

@jack-berg jack-berg requested review from a team as code owners April 29, 2024 16:12
Copy link
Member

@cijothomas cijothomas left a comment

Choose a reason for hiding this comment

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

LGTM!

@jack-berg
Copy link
Member Author

cc @open-telemetry/specs-metrics-approvers PTAL.

@reyang reyang added area:api Cross language API specification issue spec:metrics Related to the specification/metrics directory labels Apr 30, 2024
@reyang reyang merged commit 67484c1 into open-telemetry:main May 1, 2024
6 of 7 checks passed
@carlosalberto carlosalberto mentioned this pull request May 6, 2024
carlosalberto added a commit that referenced this pull request May 9, 2024
May 2024 release.

Important changes:

* Mark exemplars as stable (#3870)
* Mark synchronous gauge as stable (#4019)
* Record Links with empty/invalid SpanContext (#3928)
MrAlias added a commit to open-telemetry/opentelemetry-go that referenced this pull request May 16, 2024
Resolve #5225 

The specification has [added a synchronous gauge
instrument](open-telemetry/opentelemetry-specification#3540).
That instrument has now been
[stabilized](open-telemetry/opentelemetry-specification#4019),
and that stabilization is included in the [next
release](open-telemetry/opentelemetry-specification#4034).

This adds the new synchronous gauge instrument to the metric API and all
implementation we publish.

This change will be a breaking change for any SDK developer. The
`embedded` package is updated to ensure our compatibility guarantees are
meet.

---------

Co-authored-by: David Ashpole <dashpole@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:api Cross language API specification issue spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stabilize synchronous gauge instrument API
7 participants