empiredan opened a new issue, #1333: URL: https://github.com/apache/incubator-pegasus/issues/1333
As is described in https://github.com/apache/incubator-pegasus/issues/1326, since `pegasus_server_impl` is derived from `replica_base`, replica-level metrics in `pegasus_server_impl` can be attached directly to *replica* entity. Following metrics are the members of `pegasus_server_impl` ([pegasus_server_impl_init.cpp](https://github.com/apache/incubator-pegasus/blob/master/src/server/pegasus_server_impl_init.cpp)): | Variables | Types/Computations | | :-------: | :------------------: | | _pfc_get_qps | rate(Counter) | | _pfc_multi_get_qps | rate(Counter) | | _pfc_batch_get_qps | rate(Counter) | | _pfc_scan_qps | rate(Counter) | | _pfc_get_latency | Percentile | | _pfc_multi_get_latency | Percentile | | _pfc_batch_get_latency | Percentile | | _pfc_scan_latency | Percentile | | _pfc_recent_expire_count | increase(Counter) | | _pfc_recent_filter_count | increase(Counter) | | _pfc_recent_abnormal_count | increase(Counter) | | _pfc_rdb_sst_count | Gauge | | _pfc_rdb_sst_size | Gauge | | _pfc_rdb_block_cache_hit_count | Gauge | | _pfc_rdb_block_cache_total_count | Gauge | |_pfc_rdb_write_amplification | Gauge | | _pfc_rdb_read_amplification | Gauge | | _pfc_rdb_memtable_hit_count | Gauge | | _pfc_rdb_memtable_total_count | Gauge | | _pfc_rdb_l0_hit_count | Gauge | | _pfc_rdb_l1_hit_count | Gauge | | _pfc_rdb_l2andup_hit_count | Gauge | | _pfc_rdb_index_and_filter_blocks_mem_usage | Gauge | | _pfc_rdb_memtable_mem_usage | Gauge | | _pfc_rdb_estimate_num_keys | Gauge | | _pfc_rdb_bf_seek_negatives | Gauge | | _pfc_rdb_bf_seek_total | Gauge | | _pfc_rdb_bf_point_positive_true | Gauge | | _pfc_rdb_bf_point_positive_total | Gauge | | _pfc_rdb_bf_point_negatives | Gauge | | _counter_recent_read_throttling_reject_count | Gauge | -- 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]
