Skip to content

Commit 33cc674

Browse files
committed
DOC-4904 Removed metrics stream engine GA mentions from RS 7.8.6 release notes
1 parent 6fd417c commit 33cc674

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,9 @@ If your database currently uses triggers and functions, you need to:
156156

157157
- 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.
158158

159-
#### Internal monitoring and v1 Prometheus metrics deprecation
159+
#### V1 Prometheus metrics deprecation
160160

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.
164162

165163
#### Download center modules deprecation
166164

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-13.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
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.
1010
linkTitle: 7.8.6-13 (March 2025)
1111
weight: 85
1212
---
@@ -19,8 +19,6 @@ This version offers:
1919

2020
- Configurable hashing algorithm for user passwords
2121

22-
- Metrics stream engine GA
23-
2422
- Dry run option to validate REST API requests for users and roles
2523

2624
## New in this release
@@ -46,8 +44,6 @@ This version offers:
4644
{ "algorithm": "PBKDF2" }
4745
```
4846
49-
- The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) is now generally available.
50-
5147
### Enhancements
5248
5349
- 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
10298
10399
## Version changes
104100
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-
113101
### Supported platforms
114102
115103
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

Comments
 (0)