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 21:54:05 UTC

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

prateekm 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-560672733
 
 
   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.

----------------------------------------------------------------
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