You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: