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: [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]

Reply via email to