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

Move synchronous gauge to stability #3363

Open
nathanieltalbot opened this issue Jun 29, 2023 · 3 comments
Open

Move synchronous gauge to stability #3363

nathanieltalbot opened this issue Jun 29, 2023 · 3 comments
Labels
api Affects the API package. feature-request metrics sdk Affects the SDK package.

Comments

@nathanieltalbot
Copy link

Is your feature request related to a problem?
There is an incoming metrics API change in the opentelemetry specification to support a synchronous gauge instrument: open-telemetry/opentelemetry-specification#3540.

This is spawned off of a long-running feature request in the specification for this instrument and a settable UpDownCounter: open-telemetry/opentelemetry-specification#2318.

This should be implemented into the Python SDK once this specification change is merged.

Describe the solution you'd like
Implementation of the Synchronous Gauge instrument in the Python SDK.

Describe alternatives you've considered
If the OpenTelemetry Specification decides not to support this then this change is not needed.

@lzchen lzchen added metrics api Affects the API package. sdk Affects the SDK package. labels Aug 17, 2023
@freemansoft
Copy link

Is there an expected release date that contains #3462

@freemansoft
Copy link

Looks like this is available in https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.23.0. This open issue can probably be closed.

@lzchen
Copy link
Contributor

lzchen commented May 9, 2024

Synchronous gauge is now marked as stable! open-telemetry/opentelemetry-specification#4019. This will now be a tracking issue to move this component to stability.

@lzchen lzchen changed the title Provide support for incoming Synchronous Gauge Move synchronous gauge to stability May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Affects the API package. feature-request metrics sdk Affects the SDK package.
Projects
None yet
Development

No branches or pull requests

3 participants