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/operate/rs/release-notes/rs-7-8-releases/_index.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,11 +156,9 @@ If your database currently uses triggers and functions, you need to:
156
156
157
157
- Deprecated [`POST /v1/modules/upgrade/bdb/<uid>`]({{<relref "/operate/rs/references/rest-api/requests/modules/upgrade#post-modules-upgrade-bdb">}}) REST API request. Use [`POST /v1/bdbs/<uid>/upgrade`]({{<relref "/operate/rs/references/rest-api/requests/bdbs/upgrade#post-bdbs-upgrade">}}) to upgrade modules instead.
158
158
159
-
#### Internal monitoring and v1 Prometheus metrics deprecation
159
+
#### V1 Prometheus metrics deprecation
160
160
161
-
The existing [internal monitoring engine]({{<relref "/operate/rs/monitoring/v1_monitoring">}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming.
162
-
163
-
V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.
161
+
V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ categories:
6
6
- operate
7
7
- rs
8
8
compatibleOSSVersion: Redis 7.4.0
9
-
description: Configurable hashing algorithm for user passwords. Metrics stream engine GA. Dry run option to validate REST API requests for users and roles.
9
+
description: Configurable hashing algorithm for user passwords. Dry run option to validate REST API requests for users and roles.
10
10
linkTitle: 7.8.6-13 (March 2025)
11
11
weight: 85
12
12
---
@@ -19,8 +19,6 @@ This version offers:
19
19
20
20
- Configurable hashing algorithm for user passwords
21
21
22
-
- Metrics stream engine GA
23
-
24
22
- Dry run option to validate REST API requests for users and roles
25
23
26
24
## New in this release
@@ -46,8 +44,6 @@ This version offers:
46
44
{ "algorithm": "PBKDF2" }
47
45
```
48
46
49
-
- The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) is now generally available.
50
-
51
47
### Enhancements
52
48
53
49
- If you create or update users or roles using the [REST API]({{<relref "/operate/rs/references/rest-api">}}), you can use the `dry_run` query parameter to validate the request without actually applying the update.
@@ -102,14 +98,6 @@ The following table shows which Redis modules are compatible with each Redis dat
102
98
103
99
## Version changes
104
100
105
-
### Deprecations
106
-
107
-
#### Internal monitoring and v1 Prometheus metrics deprecation
108
-
109
-
The existing [internal monitoring engine]({{<relref "/operate/rs/monitoring/v1_monitoring">}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming.
110
-
111
-
V1 Prometheus metrics are deprecated but still available. To transition to the new metrics stream engine, either migrate your existing dashboards using [this guide]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.
112
-
113
101
### Supported platforms
114
102
115
103
The following table provides a snapshot of supported platforms as of this Redis Software release. See the [supported platforms reference]({{< relref "/operate/rs/references/supported-platforms">}}) for more details about operating system compatibility.
0 commit comments