You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2019/12/02 22:00:01 UTC

[GitHub] [samza] rmatharu commented on issue #1228: Adding SamzaContainer metric that is 0 when container-starting, 1 when started.

rmatharu commented on issue #1228: Adding SamzaContainer metric that is 0 when container-starting, 1 when started.
URL: https://github.com/apache/samza/pull/1228#issuecomment-560692560
 
 
   > You should use a gauge, not counter. In inGraphs, a counter is displayed as a rate (v2-v1/t2-t1).
   > 
   > 1. That's probably not what you want.
   > 2. Not sure what will happen if v2 < v1.
   > 
   > A gauge should not reset to 0 if not updated, it should retain its last updated value.
   
   Fair enough, I was confused between Timers and Gauges.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services