opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

Move synchronous gauge to stability

Open nathanieltalbot opened this issue 1 year ago • 3 comments

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: https://github.com/open-telemetry/opentelemetry-specification/pull/3540.

This is spawned off of a long-running feature request in the specification for this instrument and a settable UpDownCounter: https://github.com/open-telemetry/opentelemetry-specification/issues/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.

nathanieltalbot avatar Jun 29 '23 20:06 nathanieltalbot

Is there an expected release date that contains https://github.com/open-telemetry/opentelemetry-python/pull/3462

freemansoft avatar Feb 21 '24 11:02 freemansoft

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.

freemansoft avatar Feb 24 '24 14:02 freemansoft

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

lzchen avatar May 09 '24 17:05 lzchen