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
This feature obviously would fit in well here since it already supports the other synchronous metrics. Synchronous gauges were added in this PR and are listed as experimental. It is included in the open-telemetry spec though so I imagine it's unlikely to change much.
Proposal
Api should be consistent with existing metrics and look like this:
info!(gauge.foo = 1.1);
We could potentially feature gate this as experimental similar to open-telemetry. I'm not sure how necessary that is though.
The text was updated successfully, but these errors were encountered:
Feature Request
Motivation
This feature obviously would fit in well here since it already supports the other synchronous metrics. Synchronous gauges were added in this PR and are listed as experimental. It is included in the
open-telemetry
spec though so I imagine it's unlikely to change much.Proposal
Api should be consistent with existing metrics and look like this:
We could potentially feature gate this as experimental similar to
open-telemetry
. I'm not sure how necessary that is though.The text was updated successfully, but these errors were encountered: