Rename or change metrics meaning for 2 groups of metrics: client.*
, cluster_grinder.*
#817
Labels
feature
New feature or request
client.*
, cluster_grinder.*
#817
cluster_grinder
is better to rename tocluster
.The main problem is with the
client.*
metrics. It is not clear what these metrics are for. I think, it is better to change the name and meaning of these metrics. To track performance, we are interested in getting metrics for the entire range of requests for a node (regardless of theforce_node
flag). So it would be good to track the values for the whole incomingput
/get
/exist
/delete
operations, not just for the case whenforce_node == true
. And the metrics in this case can be names asnode
. Basically, that means thatnode
=client
+cluster_grinder
The text was updated successfully, but these errors were encountered: