You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 16:29:34 UTC

[GitHub] [beam] kennknowles opened a new issue, #18175: Gauge Metric type

kennknowles opened a new issue, #18175:
URL: https://github.com/apache/beam/issues/18175

   Add support for Gauge metric type to the SDK.
   This will serve to get the last value reported.
   
   Interface should be along the lines of:
   ```
   
   void set(long value);
   
   ```
   
   
   Compare to http://metrics.dropwizard.io/3.1.0/apidocs/com/codahale/metrics/Gauge.html
   
   Imported from Jira [BEAM-1616](https://issues.apache.org/jira/browse/BEAM-1616). Original Jira may contain additional context.
   Reported by: aviemzur.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org