Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RS: node_avg_latency should be in milliseconds #3186

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading