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/29 06:56:49 UTC

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

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

   `nfs` metrics will be in use once `nfs_node` ([nfs_node.cpp](https://github.com/apache/incubator-pegasus/blob/master/src/nfs/nfs_node.cpp)) is created, which is a member of `replica_stub`. Thus in new framework all of them will be attached to *server* entity. Related source files and metrics are listed as below.
   
   <br/>
   
   [nfs_client_impl.cpp](https://github.com/apache/incubator-pegasus/blob/master/src/nfs/nfs_client_impl.cpp):
   | Variables | Types/Computations |
   | :-------: | :------------------: |
   | _recent_copy_data_size | increase(Counter) |
   | _recent_copy_fail_count | increase(Counter) |
   | _recent_write_data_size | increase(Counter) |
   | _recent_write_fail_count | increase(Counter) |
   
   <br/>
   
   [nfs_server_impl.cpp](https://github.com/apache/incubator-pegasus/blob/master/src/nfs/nfs_server_impl.cpp):
   | Variables | Types/Computations |
   | :-------: | :------------------: |
   | _recent_copy_data_size | increase(Counter) |
   | _recent_copy_fail_count | increase(Counter) |


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