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/08/15 03:45:17 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1116: Feature(new_metrics): introduce data sink to collect snapshot from each metric periodically

empiredan opened a new issue, #1116:
URL: https://github.com/apache/incubator-pegasus/issues/1116

   This is the sub-issue of https://github.com/apache/incubator-pegasus/issues/922.
   
   As a part of the framework of new metrics, the data sink, just as its name implies, is the destination where the metric data will go. One of the most important usage of metric system, is to collect the metrics it maintains to the external monitoring system to be observed.
   
   The implementation adopted by new metrics is to periodically take snapshot from each metric of the registry. All data needed by external monitoring systems will be used to build the snapshot. There are abstract interfaces for data sink to accept the snapshot of each metric. The concrete monitoring system must implement these interfaces to collect the snapshots. The framework supports multiple external monitoring systems.
   
   


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