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: [email protected] With regards, Apache Git Services
