empiredan opened a new issue, #1218: URL: https://github.com/apache/incubator-pegasus/issues/1218
It has been designed in https://github.com/apache/incubator-pegasus/issues/1206 that the new framework will provide a RESTful service which return current value of each metric as json. Therefore, each metric should firstly support taking snapshot as json format. An abstract method can be added for base class of metric. And each derived class (i.e., 3 types of metrics: gauge, counter and percentile) will implement this abstract method to take snapshot. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
