Skip to content

RC: Seamless endpoint migration phase A #1807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/embeds/rc-get-prometheus-endpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To get the Prometheus endpoint for your database, go to the [Redis Cloud console](https://cloud.redis.io/). In the **Metrics** tab of your database, select **Connect to Prometheus > Copy Prometheus endpoint** to save your prometheus endpoint to the clipboard.

{{<image filename="images/rc/database-metrics-connect-prometheus.png" width="250px" alt="Use the Connect to Prometheus button to get the Prometheus endpoint.">}}
2 changes: 2 additions & 0 deletions content/integrate/dynatrace-with-redis-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ If you have not already created a VPC between the Redis Cloud cluster and the ne
Prometheus lives you should do so now. Please visit [VPC Peering](https://redis.io/docs/latest/operate/rc/security/vpc-peering/)
and follow the instructions for the cloud platform of your choice.

You'll also need the Prometheus endpoint for your database.

{{< embed-md "content/embeds/rc-get-prometheus-endpoint.md" >}}

## View metrics

Expand Down
4 changes: 4 additions & 0 deletions content/integrate/new-relic-with-redis-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Get metrics from Redis Cloud:
- targets: ["REDIS_CLOUD_HOST:8070"]
```

Replace `REDIS_CLOUD_HOST` with the Prometheus endpoint for your database.

{{< embed-md "content/embeds/rc-get-prometheus-endpoint.md" >}}

Write them to New Relic:

```yaml
Expand Down
14 changes: 2 additions & 12 deletions content/integrate/prometheus-with-redis-cloud/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ You can quickly set up Prometheus and Grafana for testing using the Prometheus a

1. Set up [VPC peering]({{< relref "/operate/rc/security/vpc-peering" >}}).

1. Extract the Prometheus endpoint from the private endpoint to your database. The private endpoint is in the [Redis Cloud console](https://cloud.redis.io/) under the [Configuration tab]({{< relref "/operate/rc/databases/view-edit-database#configuration-tab" >}}) of your database. The Prometheus endpoint is on port 8070 of the internal server.
1. Get the prometheus endpoint for your database.

For example, if your private endpoint is:

```sh
redis-12345.internal.<cluster_address>:12345
```

The Prometheus endpoint is:

```sh
internal.<cluster_address>:8070
```
{{< embed-md "content/embeds/rc-get-prometheus-endpoint.md" >}}

1. Create an instance to run Prometheus and Grafana on the same cloud provider as your Redis Cloud subscription (for example, Amazon Web Services or Google Cloud). This instance must:
- Exist in the same region as your Redis Cloud subscription.
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/changelog/2023/august-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you'd like to use triggers and functions with a [Flexible subscription]({{< r
For more information about triggers and functions, see the [triggers and functions documentation]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/triggers-and-functions/" >}}).

{{< note >}}
Triggers and functions is discontinued as of [May 2024]({{< relref "/operate/rc/changelog/may-2024" >}}).
Triggers and functions is discontinued as of [May 2024]({{< relref "/operate/rc/changelog/2024/may-2024" >}}).
{{< /note >}}

### Maintenance windows
Expand Down
19 changes: 19 additions & 0 deletions content/operate/rc/changelog/2024/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
Title: Redis Cloud changelog (2024)
alwaysopen: false
categories:
- docs
- operate
- rc
description: All Redis Cloud changelogs from 2024.
hideListLinks: true
linktitle: 2024
highlights: All Redis Cloud changelogs from 2024.
tags:
- changelog
weight: 94
---

Select a month from the following table to see a more detailed changelog for that month:

{{<table-children columnNames="Month,Major changes" columnSources="LinkTitle,highlights" enableLinks="LinkTitle">}}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (April 2024)
aliases:
- /operate/rc/changelog/april-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (December 2024)
aliases:
- /operate/rc/changelog/december-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (February 2024)
aliases:
- /operate/rc/changelog/february-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (January 2024)
aliases:
- /operate/rc/changelog/january-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (July 2024)
aliases:
- /operate/rc/changelog/july-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (June 2024)
aliases:
- /operate/rc/changelog/june-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (March 2024)
aliases:
- /operate/rc/changelog/march-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (May 2024)
aliases:
- /operate/rc/changelog/may-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (November 2024)
aliases:
- /operate/rc/changelog/november-2024/
alwaysopen: false
categories:
- docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Title: Redis Cloud changelog (October 2024)
aliases:
- /operate/rc/changelog/october-2024/
alwaysopen: false
categories:
- docs
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/changelog/april-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ highlights: New UI and dark mode, Map multiple Redis Cloud accounts to marketpla
linktitle: April 2025
tags:
- changelog
weight: 32
weight: 76
---

## New features
Expand Down
4 changes: 2 additions & 2 deletions content/operate/rc/changelog/february-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ categories:
- rc
description: New features, enhancements, and other changes added to Redis Cloud during
February 2025.
highlights: Pico billing unit, Redis hashing policy
highlights: Pico billing unit
linktitle: February 2025
tags:
- changelog
weight: 36
weight: 80
---

## New features
Expand Down
29 changes: 29 additions & 0 deletions content/operate/rc/changelog/july-2025.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
Title: Redis Cloud changelog (July 2025)
alwaysopen: false
categories:
- docs
- operate
- rc
description: New features, enhancements, and other changes added to Redis Cloud during
July 2025.
highlights: Redis 8.0 preview, Dynamic endpoints
linktitle: July 2025
weight: 72
tags:
- changelog
---

## New features

### Redis 8.0 preview

A preview of Redis 8.0 is now available for [Redis Cloud Essentials databases]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}) in select regions.

Redis 8.0 introduces powerful new capabilities, including the beta release of the Vector Set data structure, designed for AI use cases such as semantic search and recommendation systems. For more information on the changes in Redis 8.0, see [What's new in Redis 8.0]({{<relref "/develop/whats-new/8-0" >}}) and review the [breaking changes]({{<relref "/operate/rc/changelog/version-release-notes/8-0" >}}).

### Dynamic endpoints

As of DATE, 2025, Redis Cloud now generates dynamic endpoints for all databases. Databases created before DATE, 2025 can still view both static endpoints and dynamic endpoints. Static endpoints will still work at this time, but they may be deprecated in the future.

We recommend slowly migrating connections to the dynamic endpoints. In the future, you'll be able to point the dynamic endpoints to a different database without any changes to your application code.
4 changes: 3 additions & 1 deletion content/operate/rc/changelog/june-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description: New features, enhancements, and other changes added to Redis Cloud
June 2025.
highlights: Block public endpoints, Free database selection, Faster scaling with Redis hashing policy
linktitle: June 2025
weight: 28
weight: 72
tags:
- changelog
---

## New features
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/changelog/march-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ highlights: Redis Insight on Redis Cloud, Redis Hashing policy
linktitle: March 2025
tags:
- changelog
weight: 34
weight: 78
---

## New features
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/changelog/may-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ highlights: Upgrade database version for a single Pro database, Business address
linktitle: May 2025
tags:
- changelog
weight: 30
weight: 74
---

## New features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories:
description: Lists release notes and breaking changes for available Redis database versions on Redis Cloud.
hideListLinks: true
linktitle: Redis version release notes
weight: 95
weight: 1
---

When new versions of Redis Open Source change existing commands, upgrading your Redis Cloud database to a new version can potentially break some functionality. Before you upgrade, read the provided list of changes that affect Redis Cloud and update any applications that connect to your database to handle these changes.
Expand Down
8 changes: 8 additions & 0 deletions content/operate/rc/databases/monitor-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ To update alert settings for one or more team members, select **Access Managemen

If you subscribe to Redis Cloud through a Platform-as-a-Service (PaaS) provider (such as Heroku), you will need to review your provider's documentation for help managing your team.

## Connect to Prometheus

Redis Cloud exposes a Prometheus endpoint for Redis Cloud Pro databases. You can use this endpoint to connect Prometheus to your database.

{{< embed-md "rc-get-prometheus-endpoint.md" >}}

For more information on how to connect Prometheus to Redis Cloud, see [Prometheus and Grafana with Redis Cloud]({{< relref "/integrate/prometheus-with-redis-cloud/" >}}).

## Continue learning with Redis University

{{< university-links >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.