Skip to content

Commit 21182e5

Browse files
authored
DOC-4840 Copy v1 Prometheus metrics to separate page (#1158)
1 parent 7b23ad2 commit 21182e5

File tree

3 files changed

+286
-4
lines changed

3 files changed

+286
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group: observability
1010
linkTitle: Prometheus metrics v2
1111
summary: V2 metrics available to Prometheus as of Redis Enterprise Software version 7.8.2.
1212
type: integration
13-
weight: 45
13+
weight: 50
1414
---
1515

1616
{{<banner-article>}}
@@ -149,7 +149,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
149149
| <span class="break-all">redis_server_keyspace_write_misses</span> | Number of write operations accessing a non-existing keyspace |
150150
| <span class="break-all">redis_server_master_link_status</span> | Indicates if the replica is connected to its master |
151151
| <span class="break-all">redis_server_master_repl_offset</span> | Number of bytes sent to replicas by the shard; calculate the throughput for a time period by comparing the value at different times |
152-
| <span class="break-all">redis_server_master_sync_in_progress</span> | The master shard is synchronizing (1 true | 0 false) |
152+
| <span class="break-all">redis_server_master_sync_in_progress</span> | The primary shard is synchronizing (1 true; 0 false) |
153153
| <span class="break-all">redis_server_max_process_mem</span> | Current memory limit configured by redis_mgr according to node free memory |
154154
| <span class="break-all">redis_server_maxmemory</span> | Current memory limit configured by redis_mgr according to database memory limits |
155155
| <span class="break-all">redis_server_mem_aof_buffer</span> | Current size of AOF buffer |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group: observability
1010
linkTitle: Transition from Prometheus v1 to v2
1111
summary: Transition from v1 metrics to v2 PromQL equivalents.
1212
type: integration
13-
weight: 45
13+
weight: 49
1414
---
1515

1616
You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<relref "/integrate/prometheus-with-redis-enterprise/">}}) to create dashboards for important metrics.
@@ -247,7 +247,7 @@ As of Redis Enterprise Software version 7.8.2, [PromQL (Prometheus Query Languag
247247
| <span class="break-all">redis_keyspace_write_misses</span> | <span class="break-all">`redis_server_keyspace_write_misses`</span> | Number of write operations accessing a non-existing keyspace |
248248
| <span class="break-all">redis_master_link_status</span> | <span class="break-all">`redis_server_master_link_status`</span> | Indicates if the replica is connected to its master |
249249
| <span class="break-all">redis_master_repl_offset</span> | <span class="break-all">`redis_server_master_repl_offset`</span> | Number of bytes sent to replicas by the shard; calculate the throughput for a time period by comparing the value at different times |
250-
| <span class="break-all">redis_master_sync_in_progress</span> | <span class="break-all">`redis_server_master_sync_in_progress`</span> | The master shard is synchronizing (1 true | 0 false) |
250+
| <span class="break-all">redis_master_sync_in_progress</span> | <span class="break-all">`redis_server_master_sync_in_progress`</span> | The master shard is synchronizing (1 true; 0 false) |
251251
| <span class="break-all">redis_max_process_mem</span> | <span class="break-all">`redis_server_max_process_mem`</span> | Current memory limit configured by redis_mgr according to node free memory |
252252
| <span class="break-all">redis_maxmemory</span> | <span class="break-all">`redis_server_maxmemory`</span> | Current memory limit configured by redis_mgr according to database memory limits |
253253
| <span class="break-all">redis_mem_aof_buffer</span> | <span class="break-all">`redis_server_mem_aof_buffer`</span> | Current size of AOF buffer |

0 commit comments

Comments
 (0)