From 47d21cc771bcb231ba5c25607ad2644a4262c16e Mon Sep 17 00:00:00 2001
From: Maayan Agranat <107346841+maayanagranat@users.noreply.github.com>
Date: Wed, 4 Jun 2025 10:58:13 +0300
Subject: [PATCH 1/2] Update rs-prometheus-metrics-transition-plan.md
Update wrong metric @rrelledge can you make sure it is working?
---
content/embeds/rs-prometheus-metrics-transition-plan.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/embeds/rs-prometheus-metrics-transition-plan.md b/content/embeds/rs-prometheus-metrics-transition-plan.md
index 691aaab938..8c1fadb1ec 100644
--- a/content/embeds/rs-prometheus-metrics-transition-plan.md
+++ b/content/embeds/rs-prometheus-metrics-transition-plan.md
@@ -116,7 +116,9 @@
| node_provisional_flash_no_overbooking | `node_provisional_flash_no_overbooking_bytes` | Amount of flash available for new shards on this node, without taking into account overbooking, max Redis servers, reserved flash, and provision and migration thresholds (bytes) |
| node_provisional_memory | `node_provisional_memory_bytes` | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases |
| node_provisional_memory_no_overbooking | `node_provisional_memory_no_overbooking_bytes` | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases, without taking into account overbooking |
-| node_total_req | `sum by (cluster, node) (irate(endpoint_total_req[1m]))` | Request rate handled by endpoints on node (ops/sec) |
+| node_total_req | `sum by (cluster, node) (irate(endpoint_read_requests[1m]) + irate(endpoint_write_requests[1m]) +
+ irate(endpoint_other_requests[1m])
+)` | Request rate handled by endpoints on node (ops/sec) |
| node_up | `node_metrics_up` | Node is part of the cluster and is connected |
## Cluster metrics
From 5a8ccbb660d79979661272b9f63333e327e163d5 Mon Sep 17 00:00:00 2001
From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
Date: Wed, 4 Jun 2025 09:53:21 -0500
Subject: [PATCH 2/2] Removed line breaks to fix table formatting
---
content/embeds/rs-prometheus-metrics-transition-plan.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/content/embeds/rs-prometheus-metrics-transition-plan.md b/content/embeds/rs-prometheus-metrics-transition-plan.md
index 8c1fadb1ec..ab1dfe61d1 100644
--- a/content/embeds/rs-prometheus-metrics-transition-plan.md
+++ b/content/embeds/rs-prometheus-metrics-transition-plan.md
@@ -116,9 +116,7 @@
| node_provisional_flash_no_overbooking | `node_provisional_flash_no_overbooking_bytes` | Amount of flash available for new shards on this node, without taking into account overbooking, max Redis servers, reserved flash, and provision and migration thresholds (bytes) |
| node_provisional_memory | `node_provisional_memory_bytes` | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases |
| node_provisional_memory_no_overbooking | `node_provisional_memory_no_overbooking_bytes` | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases, without taking into account overbooking |
-| node_total_req | `sum by (cluster, node) (irate(endpoint_read_requests[1m]) + irate(endpoint_write_requests[1m]) +
- irate(endpoint_other_requests[1m])
-)` | Request rate handled by endpoints on node (ops/sec) |
+| node_total_req | `sum by (cluster, node) (irate(endpoint_read_requests[1m]) + irate(endpoint_write_requests[1m]) + irate(endpoint_other_requests[1m]) )` | Request rate handled by endpoints on node (ops/sec) |
| node_up | `node_metrics_up` | Node is part of the cluster and is connected |
## Cluster metrics