Skip to content

Commit

Permalink
DOC-3375 Changed node_avg_latency to milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed Mar 11, 2024
1 parent db45cb9 commit b6983cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here are the metrics available to Prometheus:
| node_available_flash_no_overbooking | Available flash in node (bytes), without taking into account overbooking |
| node_available_memory | Amount of free memory in node (bytes) that is available for database provisioning |
| node_available_memory_no_overbooking | Available ram in node (bytes) without taking into account overbooking |
| node_avg_latency | Average latency of requests handled by endpoints on node (seconds); returned only when there is traffic |
| node_avg_latency | Average latency of requests handled by endpoints on the node in milliseconds; returned only when there is traffic |
| node_bigstore_free | Sum of free space of back-end flash (used by flash DB's [BigRedis]) on all cluster nodes (bytes); returned only when BigRedis is enabled |
| node_bigstore_iops | Rate of i/o operations against back-end flash for all shards which are part of a flash based DB (BigRedis) in cluster (ops/sec); returned only when BigRedis is enabled |
| node_bigstore_kv_ops | Rate of value read/write operations against back-end flash for all shards which are part of a flash based DB (BigRedis) in cluster (ops/sec); returned only when BigRedis is enabled |
Expand Down

0 comments on commit b6983cd

Please sign in to comment.