You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/10/31 13:22:51 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1218: Feature(new_metrics): take snapshot of each metric as json format

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: dev-unsubscribe@pegasus.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] empiredan closed issue #1218: Feature(new_metrics): take snapshot of each metric as json format

Posted by GitBox <gi...@apache.org>.
empiredan closed issue #1218: Feature(new_metrics): take snapshot of each metric as json format
URL: https://github.com/apache/incubator-pegasus/issues/1218


-- 
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: dev-unsubscribe@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org