You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/prometheus-with-redis-enterprise/prometheus-metrics-definitions.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ categories:
5
5
- docs
6
6
- integrate
7
7
- 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.
9
9
group: observability
10
10
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.
12
12
type: integration
13
13
weight: 45
14
14
---
15
15
16
16
You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<relref "/integrate/prometheus-with-redis-enterprise/">}}) to create dashboards for important metrics.
17
17
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">}}).
19
19
20
20
## Database metrics
21
21
22
-
|PromQL| Description |
22
+
|V2 metric| Description |
23
23
| :----- | :---------- |
24
24
| <spanclass="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 |
25
25
| <spanclass="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
92
92
93
93
## Node metrics
94
94
95
-
|PromQL| Description |
95
+
|V2 metric| Description |
96
96
| :----- | :---------- |
97
97
| <spanclass="break-all">`node_available_flash_bytes`</span> | Available flash in the node (bytes) |
98
98
| <spanclass="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
125
125
126
126
## Cluster metrics
127
127
128
-
|PromQL| Description |
128
+
|V2 metric| Description |
129
129
| :----- | :---------- |
130
130
|`license_shards_limit`| Total shard limit by the license by shard type (ram / flash) |
131
131
132
132
## Cluster watchdog metrics
133
133
134
-
|PromQL| Type | Description |
134
+
|V2 metric| Type | Description |
135
135
| :----- | :--- | :---------- |
136
136
| <spanclass="break-all">`azure_token_ttl{cluster_wd=<node_uid>}`</span> | gauge| How many seconds left or the timestamp when the token is invalid.|
137
137
| <spanclass="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
146
146
147
147
## Proxy metrics
148
148
149
-
|PromQL| Description |
149
+
|V2 metric| Description |
150
150
| :----- | :---------- |
151
151
| <spanclass="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 |
152
152
| <spanclass="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
157
157
158
158
## Replication metrics
159
159
160
-
|PromQL| Description |
160
+
|V2 metric| Description |
161
161
| :----- | :---------- |
162
162
| <spanclass="break-all">`rate(replica_src_ingress_bytes[1m])`</span> | Rate of compressed incoming network traffic to a Replica Of database (bytes/sec) |
163
163
| <spanclass="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
0 commit comments