[Feature Request] [Metrics Framework] Add support of Gauge type of metrics #12641
Labels
enhancement
Enhancement or improvement to existing feature or request
Other
Telemetry:Metrics
PRs or issues specific to telemetry metrics framework
untriaged
v2.13.0
Issues and PRs related to version 2.13.0
v3.0.0
Issues and PRs related to version 3.0.0
Is your feature request related to a problem? Please describe
As part of the #10238 we have added the Metrics Framework. We need to enhance this by adding the support for Gauge type of metrics. Gauge metrics are required to capture point in time snapshot of values.
Describe the solution you'd like
Extending it further to add support for Gauge which is a current value at the time it is read. Gauges can be synchronous as well as asynchronous. This issue the scope is to add asynchronous Gauge.
Asynchronous Gauge - When the measurement is exposed via an accessor, use Asynchronous Gauge to invoke the accessor in a callback function
API
Related component
Other
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: