Skip to content

Commit 1eeeb5a

Browse files
committed
DOC-4417 RS: Update v2 cert metric with new name
1 parent cd644ff commit 1eeeb5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TBA
3030
| <span class="break-all">node_available_memory_bytes</span> | Amount of free memory in the node (bytes) that is available for database provisioning |
3131
| <span class="break-all">node_available_memory_no_overbooking_bytes</span> | Available RAM in the node (bytes) without taking into account overbooking |
3232
| <span class="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 |
33-
| <span class="break-all">x509_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" >}}) |
33+
| <span class="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" >}}) |
3434
| <span class="break-all">node_ephemeral_storage_avail_bytes</span> | Disk space available to RLEC processes on configured ephemeral disk (bytes) |
3535
| <span class="break-all">node_ephemeral_storage_free_bytes</span> | Free disk space on configured ephemeral disk (bytes) |
3636
| <span class="break-all">node_memory_MemFree_bytes</span> | Free memory in the node (bytes) |

content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ As of Redis Enterprise Software version 7.8.0, [PromQL (Prometheus Query Languag
103103
| <span class="break-all">node_bigstore_iops</span> | <span class="break-all">`node_flash_reads_total + node_flash_writes_total`</span> | Rate of I/O operations against back-end flash for all shards which are part of a flash-based database (BigRedis) in the cluster (ops/sec); returned only when BigRedis is enabled |
104104
| <span class="break-all">node_bigstore_kv_ops</span> | <span class="break-all">`sum by (node) (irate(redis_server_big_io_dels[1m]) + irate(redis_server_big_io_reads[1m]) + irate(redis_server_big_io_writes[1m]))`</span> | Rate of value read/write operations against back-end flash for all shards which are part of a flash-based database (BigRedis) in the cluster (ops/sec); returned only when BigRedis is enabled |
105105
| <span class="break-all">node_bigstore_throughput</span> | <span class="break-all">`sum by (node) (irate(redis_server_big_io_read_bytes[1m]) + irate(redis_server_big_io_write_bytes[1m]))`</span> | Throughput I/O operations against back-end flash for all shards which are part of a flash-based database (BigRedis) in the cluster (bytes/sec); returned only when BigRedis is enabled |
106-
| <span class="break-all">node_cert_expiration_seconds</span> | <span class="break-all">`x509_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" >}}) |
106+
| <span class="break-all">node_cert_expiration_seconds</span> | <span class="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" >}}) |
107107
| <span class="break-all">node_conns</span> | <span class="break-all">`sum by (node) (endpoint_conns)`</span> | Number of clients connected to endpoints on node |
108108
| <span class="break-all">node_cpu_idle</span> | <span class="break-all">`avg by (node) (irate(node_cpu_seconds_total{mode="idle"}[1m]))`</span> | CPU idle time portion (0-1, multiply by 100 to get percent) |
109109
| <span class="break-all">node_cpu_idle_max</span> | <span class="break-all">N/A</span> | Highest value of CPU idle time portion (0-1, multiply by 100 to get percent) |

0 commit comments

Comments
 (0)