You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "empiredan (via GitHub)" <gi...@apache.org> on 2023/01/28 08:26:43 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1327: Feature(new_metrics): migrate table-level metrics

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

   There are following metrics all of which are in [replica](https://github.com/apache/incubator-pegasus/blob/master/src/replica/replica.cpp):
   ```
   _counters_table_level_latency[]
   _counter_backup_request_qps
   ```
   
   Therefore, table-level entity can just be defined in `replica.cpp`, where they are also instantiated in class `replica`, to which the above metrics are attached. 


-- 
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 commented on issue #1327: Feature(new_metrics): migrate table-level metrics

Posted by "empiredan (via GitHub)" <gi...@apache.org>.
empiredan commented on issue #1327:
URL: https://github.com/apache/incubator-pegasus/issues/1327#issuecomment-1413295252

   > Now that we can aggregate on collector, is it necessary to keep and aggregate these metrics on each replica server?
   
   OK, it's better to aggregate table metrics based on replica metrics, we can suspend this task.


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


[GitHub] [incubator-pegasus] acelyc111 commented on issue #1327: Feature(new_metrics): migrate table-level metrics

Posted by "acelyc111 (via GitHub)" <gi...@apache.org>.
acelyc111 commented on issue #1327:
URL: https://github.com/apache/incubator-pegasus/issues/1327#issuecomment-1409949285

   Now that we can aggregate on collector, is it necessary to keep and aggregate these metrics on each replica server?


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