You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -63,24 +63,24 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
63
63
64
64
## Node metrics
65
65
66
-
| Metric | Description |
67
-
| :-------- | :---------- |
68
-
| <spanclass="break-all">node_available_flash_bytes</span> | Available flash in the node (bytes) |
69
-
| <spanclass="break-all">node_available_flash_no_overbooking_bytes</span> | Available flash in the node (bytes), without taking into account overbooking |
70
-
| <spanclass="break-all">node_available_memory_bytes</span> | Amount of free memory in the node (bytes) that is available for database provisioning |
71
-
| <spanclass="break-all">node_available_memory_no_overbooking_bytes</span> | Available RAM in the node (bytes) without taking into account overbooking |
72
-
| <spanclass="break-all">node_bigstore_free_bytes</span> | Sum of free space of back-end flash (used by flash database's [BigRedis]) on all cluster nodes (bytes); returned only when BigRedis is enabled |
73
-
| <spanclass="break-all">node_cert_expires_in_seconds</span> | Certificate expiration (in seconds) per given node; read more about [certificates in Redis Enterprise]({{< relref "/operate/rs/security/certificates" >}}) and [monitoring certificates]({{< relref "/operate/rs/security/certificates/monitor-certificates" >}}) |
74
-
| <spanclass="break-all">node_ephemeral_storage_avail_bytes</span> | Disk space available to RLEC processes on configured ephemeral disk (bytes) |
75
-
| <spanclass="break-all">node_ephemeral_storage_free_bytes</span> | Free disk space on configured ephemeral disk (bytes) |
76
-
| <spanclass="break-all">node_memory_MemFree_bytes</span> | Free memory in the node (bytes) |
77
-
| <spanclass="break-all">node_persistent_storage_avail_bytes</span> | Disk space available to RLEC processes on configured persistent disk (bytes) |
78
-
| <spanclass="break-all">node_persistent_storage_free_bytes</span> | Free disk space on configured persistent disk (bytes) |
79
-
| <spanclass="break-all">node_provisional_flash_bytes</span> | Amount of flash available for new shards on this node, taking into account overbooking, max Redis servers, reserved flash, and provision and migration thresholds (bytes) |
80
-
| <spanclass="break-all">node_provisional_flash_no_overbooking_bytes</span> | 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) |
81
-
| <spanclass="break-all">node_provisional_memory_bytes</span> | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases |
82
-
| <spanclass="break-all">node_provisional_memory_no_overbooking_bytes</span> | Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases, without taking into account overbooking |
83
-
| <spanclass="break-all">node_metrics_up</span> | Node is part of the cluster and is connected |
66
+
| Metric |Type |Description |
67
+
| :-------- | :---| :---------- |
68
+
| <spanclass="break-all">node_available_flash_bytes</span> |gauge |Available flash in the node (bytes) |
69
+
| <spanclass="break-all">node_available_flash_no_overbooking_bytes</span> |gauge |Available flash in the node (bytes), without taking into account overbooking |
70
+
| <spanclass="break-all">node_available_memory_bytes</span> |gauge |Amount of free memory in the node (bytes) that is available for database provisioning |
71
+
| <spanclass="break-all">node_available_memory_no_overbooking_bytes</span> |gauge |Available RAM in the node (bytes) without taking into account overbooking |
72
+
| <spanclass="break-all">node_bigstore_free_bytes</span> |gauge |Sum of free space of back-end flash (used by flash database's [BigRedis]) on all cluster nodes (bytes); returned only when BigRedis is enabled |
73
+
| <spanclass="break-all">node_cert_expires_in_seconds</span> |gauge |Certificate expiration (in seconds) per given node; read more about [certificates in Redis Enterprise]({{< relref "/operate/rs/security/certificates" >}}) and [monitoring certificates]({{< relref "/operate/rs/security/certificates/monitor-certificates" >}}) |
74
+
| <spanclass="break-all">node_ephemeral_storage_avail_bytes</span> |gauge |Disk space available to RLEC processes on configured ephemeral disk (bytes) |
75
+
| <spanclass="break-all">node_ephemeral_storage_free_bytes</span> |gauge |Free disk space on configured ephemeral disk (bytes) |
76
+
| <spanclass="break-all">node_memory_MemFree_bytes</span> |gauge |Free memory in the node (bytes) |
77
+
| <spanclass="break-all">node_persistent_storage_avail_bytes</span> |gauge |Disk space available to RLEC processes on configured persistent disk (bytes) |
78
+
| <spanclass="break-all">node_persistent_storage_free_bytes</span> |gauge |Free disk space on configured persistent disk (bytes) |
79
+
| <spanclass="break-all">node_provisional_flash_bytes</span> |gauge |Amount of flash available for new shards on this node, taking into account overbooking, max Redis servers, reserved flash, and provision and migration thresholds (bytes) |
80
+
| <spanclass="break-all">node_provisional_flash_no_overbooking_bytes</span> |gauge |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) |
81
+
| <spanclass="break-all">node_provisional_memory_bytes</span> |gauge |Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases |
82
+
| <spanclass="break-all">node_provisional_memory_no_overbooking_bytes</span> |gauge |Amount of RAM that is available for provisioning to databases out of the total RAM allocated for databases, without taking into account overbooking |
83
+
| <spanclass="break-all">node_metrics_up</span> |gauge |Node is part of the cluster and is connected |
0 commit comments