Skip to content

Commit 7621707

Browse files
committed
Table formatting
1 parent 5ff7cdb commit 7621707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
2020
## Database metrics
2121

2222
| V2 metric | Description |
23-
| :----- | :---------- |
23+
| :-------- | :---------- |
2424
| <span class="break-all">`sum by (bdb) (irate(endpoint_acc_latency[1m])) / sum by (bdb) (irate(endpoint_total_started_res[1m])) / 1000000`</span> | Average latency of operations on the database (seconds); returned only when there is traffic |
2525
| <span class="break-all">`sum by (bdb) (irate(endpoint_acc_latency[1m])) / sum by (bdb) (irate(endpoint_total_started_res[1m])) / 1000000`</span> | Highest value of average latency of operations on the database (seconds); returned only when there is traffic |
2626
| <span class="break-all">`sum by (bdb) (irate(endpoint_acc_read_latency[1m])) / sum by (bdb) (irate(endpoint_total_started_res[1m])) / 1000000`</span> | Average latency of read operations (seconds); returned only when there is traffic |
@@ -93,7 +93,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
9393
## Node metrics
9494

9595
| V2 metric | Description |
96-
| :----- | :---------- |
96+
| :-------- | :---------- |
9797
| <span class="break-all">`node_available_flash_bytes`</span> | Available flash in the node (bytes) |
9898
| <span class="break-all">`node_available_flash_no_overbooking_bytes`</span> | Available flash in the node (bytes), without taking into account overbooking |
9999
| <span class="break-all">`node_available_memory_bytes`</span> | Amount of free memory in the node (bytes) that is available for database provisioning |
@@ -126,13 +126,13 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
126126
## Cluster metrics
127127

128128
| V2 metric | Description |
129-
| :----- | :---------- |
129+
| :-------- | :---------- |
130130
| `license_shards_limit` | Total shard limit by the license by shard type (ram / flash) |
131131

132132
## Cluster watchdog metrics
133133

134134
| V2 metric | Type | Description |
135-
| :----- | :--- | :---------- |
135+
| :-------- | :--- | :---------- |
136136
| <span class="break-all">`azure_token_ttl{cluster_wd=<node_uid>}`</span> | gauge| How many seconds left or the timestamp when the token is invalid.|
137137
| <span class="break-all">`generation{cluster_wd=<node_uid>}`</span> | gauge| Generation number of the specific cluster_wd|
138138
| <span class="break-all">`has_qourum{cluster_wd=<node_uid>, has_witness_disk=BOOL}`</span> | gauge| Has_qourum = 1<br />No quorum = 0 |
@@ -147,7 +147,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
147147
## Proxy metrics
148148

149149
| V2 metric | Description |
150-
| :----- | :---------- |
150+
| :-------- | :---------- |
151151
| <span class="break-all">`irate(endpoint_maximal_connections_exceeded[1m])`</span> | Number of times the number of clients connected to the database at the same time has exceeded the max limit |
152152
| <span class="break-all">`irate(endpoint_read_requests[1m])`</span> | Rate of read requests on the endpoint (ops/sec) |
153153
| <span class="break-all">`irate(endpoint_read_responses[1m])`</span> | Rate of read responses on the endpoint (ops/sec) |
@@ -158,7 +158,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
158158
## Replication metrics
159159

160160
| V2 metric | Description |
161-
| :----- | :---------- |
161+
| :-------- | :---------- |
162162
| <span class="break-all">`rate(replica_src_ingress_bytes[1m])`</span> | Rate of compressed incoming network traffic to a Replica Of database (bytes/sec) |
163163
| <span class="break-all">`rate(replica_src_ingress_bytes_decompressed[1m])`</span> | Rate of decompressed incoming network traffic to a Replica Of database (bytes/sec) |
164164
| <span class="break-all">`database_syncer_lag_ms{syncer_type="replicaof"}`</span> | Lag time between the source and the destination for Replica Of traffic (ms) |
@@ -171,7 +171,7 @@ The v2 metrics in the following tables are available as of Redis Enterprise Soft
171171
## Shard metrics
172172

173173
| V2 metric | Description |
174-
| :----- | :---------- |
174+
| :-------- | :---------- |
175175
| <span class="break-all">`redis_server_active_defrag_running`</span> | Automatic memory defragmentation current aggressiveness (% cpu) |
176176
| <span class="break-all">`redis_server_allocator_active`</span> | Total used memory, including external fragmentation |
177177
| <span class="break-all">`redis_server_allocator_allocated`</span> | Total allocated memory |

0 commit comments

Comments
 (0)