Skip to content

Commit 5ff7cdb

Browse files
committed
DOC-3944 Placeholder - plan to provide v2 metric names when available instead of PromQL on dedicated v2 metrics page
1 parent 5602231 commit 5ff7cdb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ categories:
55
- docs
66
- integrate
77
- rs
8-
description: PromQL metrics available to Prometheus as of Redis Enterprise Software version 7.8.0.
8+
description: V2 metrics available to Prometheus as of Redis Enterprise Software version 7.8.0.
99
group: observability
1010
linkTitle: Prometheus metrics v2
11-
summary: PromQL metrics available to Prometheus as of Redis Enterprise Software version 7.8.0.
11+
summary: V2 metrics available to Prometheus as of Redis Enterprise Software version 7.8.0.
1212
type: integration
1313
weight: 45
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.
1717

18-
The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/latest/querying/basics/) metrics in the following tables are available as of Redis Enterprise Software version 7.8.0. For help transitioning from v1 metrics to PromQL, see [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}).
18+
The v2 metrics in the following tables are available as of Redis Enterprise Software version 7.8.0. For help transitioning from v1 metrics to v2 PromQL, see [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}).
1919

2020
## Database metrics
2121

22-
| PromQL | Description |
22+
| V2 metric | Description |
2323
| :----- | :---------- |
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 |
@@ -92,7 +92,7 @@ The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/l
9292

9393
## Node metrics
9494

95-
| PromQL | Description |
95+
| V2 metric | Description |
9696
| :----- | :---------- |
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 |
@@ -125,13 +125,13 @@ The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/l
125125

126126
## Cluster metrics
127127

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

132132
## Cluster watchdog metrics
133133

134-
| PromQL | Type | Description |
134+
| V2 metric | Type | Description |
135135
| :----- | :--- | :---------- |
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|
@@ -146,7 +146,7 @@ The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/l
146146

147147
## Proxy metrics
148148

149-
| PromQL | Description |
149+
| V2 metric | Description |
150150
| :----- | :---------- |
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) |
@@ -157,7 +157,7 @@ The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/l
157157

158158
## Replication metrics
159159

160-
| PromQL | Description |
160+
| V2 metric | Description |
161161
| :----- | :---------- |
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) |
@@ -170,7 +170,7 @@ The [PromQL (Prometheus Query Language)](https://prometheus.io/docs/prometheus/l
170170

171171
## Shard metrics
172172

173-
| PromQL | Description |
173+
| V2 metric | Description |
174174
| :----- | :---------- |
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 |

0 commit comments

Comments
 (0)