Skip to content

Commit ac688fa

Browse files
committed
DOC-3944 Change v2 metric column name
1 parent 4449ea2 commit ac688fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
2323

2424
## Database metrics
2525

26-
| V2 metric | Description |
26+
| Metric | Description |
2727
| :-------- | :---------- |
2828
| <span class="break-all">endpoint_client_connections</span> | Number of client connection establishment events |
2929
| <span class="break-all">endpoint_client_disconnections</span> | Number of client disconnections initiated by the client |
@@ -63,7 +63,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
6363

6464
## Node metrics
6565

66-
| V2 metric | Description |
66+
| Metric | Description |
6767
| :-------- | :---------- |
6868
| <span class="break-all">node_available_flash_bytes</span> | Available flash in the node (bytes) |
6969
| <span class="break-all">node_available_flash_no_overbooking_bytes</span> | Available flash in the node (bytes), without taking into account overbooking |
@@ -84,7 +84,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
8484

8585
## Cluster metrics
8686

87-
| V2 metric | Type | Description |
87+
| Metric | Type | Description |
8888
| :-------- | :--- | :---------- |
8989
| <span class="break-all">generation{cluster_wd=<node_uid>}</span> | gauge| Generation number of the specific cluster_wd|
9090
| <span class="break-all">has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
@@ -97,7 +97,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
9797

9898
## Replication metrics
9999

100-
| V2 metric | Description |
100+
| Metric | Description |
101101
| :-------- | :---------- |
102102
| <span class="break-all">database_syncer_config</span> | Used as a placeholder for configuration labels |
103103
| <span class="break-all">database_syncer_current_status</span> | Syncer status for traffic; 0 = in-sync, 1 = syncing, 2 = out of sync |
@@ -122,7 +122,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
122122

123123
## Shard metrics
124124

125-
| V2 metric | Description |
125+
| Metric | Description |
126126
| :-------- | :---------- |
127127
| <span class="break-all">redis_server_active_defrag_running</span> | Automatic memory defragmentation current aggressiveness (% cpu) |
128128
| <span class="break-all">redis_server_allocator_active</span> | Total used memory, including external fragmentation |

0 commit comments

Comments
 (0)