Skip to content

Commit 8f48e1a

Browse files
committed
Added preview notes back to metrics stream engine docs
1 parent d1367b4 commit 8f48e1a

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: Prometheus metrics v2
2+
Title: Prometheus metrics v2 preview
33
alwaysopen: false
44
categories:
55
- docs
@@ -14,6 +14,10 @@ weight: 50
1414
tocEmbedHeaders: true
1515
---
1616

17+
{{<banner-article>}}
18+
While the metrics stream engine is in preview, this document provides only a partial list of v2 metrics. More metrics will be added.
19+
{{</banner-article>}}
20+
1721
You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<relref "/integrate/prometheus-with-redis-enterprise/">}}) to create dashboards for important metrics.
1822

1923
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">}}).

content/operate/rs/monitoring/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ In the Redis Enterprise Cluster Manager UI, you can view metrics, configure aler
2222

2323
See [Metrics and alerts for monitoring v1]({{<relref "/operate/rs/monitoring/v1_monitoring">}}) for more information.
2424

25-
## Metrics stream engine
25+
## Metrics stream engine preview
2626

27-
The new metrics stream engine is generally available as of [Redis Enterprise Software version 7.22]({{<relref "/operate/rs/release-notes/rs-7-22-releases">}}). This new engine exposes the v2 Prometheus scraping endpoint at `https://<IP>:8070/v2`, exports all time-series metrics to external monitoring tools, and enables real-time monitoring.
27+
A preview of the new metrics stream engine is available as of [Redis Enterprise Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases">}}). This new engine exposes the v2 Prometheus scraping endpoint at `https://<IP>:8070/v2`, exports all time-series metrics to external monitoring tools, and enables real-time monitoring.
2828

29-
See [Metrics stream engine for monitoring v2]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for more information.
29+
See [Metrics stream engine preview for monitoring v2]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for more information.
3030

3131
## Integrate with external monitoring tools
3232

content/operate/rs/monitoring/metrics_stream_engine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
Title: Metrics stream engine for monitoring v2
2+
Title: Metrics stream engine preview for monitoring v2
33
alwaysopen: false
44
categories:
55
- docs
66
- operate
77
- rs
88
- kubernetes
9-
description: The new metrics stream engine for monitoring Redis Enterprise Software.
9+
description: Preview the new metrics stream engine for monitoring Redis Enterprise Software.
1010
hideListLinks: true
11-
linkTitle: Metrics stream engine for monitoring v2
11+
linkTitle: Metrics stream engine preview for monitoring v2
1212
weight: 60
1313
---
1414

15-
The new metrics stream engine is generally available as of [Redis Enterprise Software version 7.22]({{<relref "/operate/rs/release-notes/rs-7-22-releases">}}).
15+
A preview of the new metrics stream engine is available as of [Redis Enterprise Software version 7.8.2]({{<relref "/operate/rs/release-notes/rs-7-8-releases">}}).
1616

1717
The new metrics stream engine:
1818

content/operate/rs/references/metrics/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ you can connect your [Prometheus](https://prometheus.io/) and [Grafana](https://
2828

2929
See [Prometheus integration]({{< relref "/operate/rs/monitoring/prometheus_and_grafana" >}}) to learn how to connect Prometheus and Grafana to your Redis Enterprise database.
3030

31-
The new metrics stream engine that exposes the v2 Prometheus scraping endpoint at `https://<IP>:8070/v2` is generally available as of Redis Enterprise Software version 7.22.
31+
Redis Enterprise Software version 7.8.2 introduces a preview of the new metrics stream engine that exposes the v2 Prometheus scraping endpoint at `https://<IP>:8070/v2`.
3232
This new engine exports all time-series metrics to external monitoring tools such as Grafana, DataDog, NewRelic, and Dynatrace using Prometheus.
3333

3434
The new engine enables real-time monitoring, including full monitoring during maintenance operations, providing full visibility into performance during events such as shards' failovers and scaling operations.
@@ -37,7 +37,7 @@ For a list of available metrics, see the following references:
3737

3838
- [Prometheus metrics v1]({{<relref "operate/rs/references/metrics/prometheus-metrics-v1">}})
3939

40-
- [Prometheus metrics v2]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v2">}})
40+
- [Prometheus metrics v2 preview]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v2">}})
4141

4242
If you are already using the existing scraping endpoint for integration, follow [this guide]({{<relref "/operate/rs/references/metrics/prometheus-metrics-v1-to-v2">}}) to transition and try the new engine. It is possible to scrape both existing and new endpoints simultaneously, allowing advanced dashboard preparation and a smooth transition.
4343

content/operate/rs/references/metrics/prometheus-metrics-v2.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: Prometheus metrics v2
2+
Title: Prometheus metrics v2 preview
33
alwaysopen: false
44
categories:
55
- docs
@@ -14,6 +14,10 @@ weight: 50
1414
tocEmbedHeaders: true
1515
---
1616

17+
{{<banner-article>}}
18+
While the metrics stream engine is in preview, this document provides only a partial list of v2 metrics. More metrics will be added.
19+
{{</banner-article>}}
20+
1721
You can [integrate Redis Enterprise Software with Prometheus and Grafana]({{<relref "/operate/rs/monitoring/prometheus_and_grafana">}}) to create dashboards for important metrics.
1822

1923
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 "/operate/rs/references/metrics/prometheus-metrics-v1-to-v2">}}).

0 commit comments

Comments
 (0)