diff --git a/content/embeds/rc-get-prometheus-endpoint.md b/content/embeds/rc-get-prometheus-endpoint.md new file mode 100644 index 0000000000..e85d78bc82 --- /dev/null +++ b/content/embeds/rc-get-prometheus-endpoint.md @@ -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. + +{{Use the Connect to Prometheus button to get the Prometheus endpoint.}} diff --git a/content/integrate/dynatrace-with-redis-cloud/_index.md b/content/integrate/dynatrace-with-redis-cloud/_index.md index da87ff12f1..6983238a4c 100644 --- a/content/integrate/dynatrace-with-redis-cloud/_index.md +++ b/content/integrate/dynatrace-with-redis-cloud/_index.md @@ -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 diff --git a/content/integrate/new-relic-with-redis-cloud/_index.md b/content/integrate/new-relic-with-redis-cloud/_index.md index 682266dffe..dd13372bfa 100644 --- a/content/integrate/new-relic-with-redis-cloud/_index.md +++ b/content/integrate/new-relic-with-redis-cloud/_index.md @@ -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 diff --git a/content/integrate/prometheus-with-redis-cloud/_index.md b/content/integrate/prometheus-with-redis-cloud/_index.md index 50fbb24b5a..c7100571ef 100644 --- a/content/integrate/prometheus-with-redis-cloud/_index.md +++ b/content/integrate/prometheus-with-redis-cloud/_index.md @@ -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.:12345 - ``` - - The Prometheus endpoint is: - - ```sh - internal.: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. diff --git a/content/operate/rc/changelog/2023/august-2023.md b/content/operate/rc/changelog/2023/august-2023.md index ba40cb5357..ee339741f7 100644 --- a/content/operate/rc/changelog/2023/august-2023.md +++ b/content/operate/rc/changelog/2023/august-2023.md @@ -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 diff --git a/content/operate/rc/changelog/2024/_index.md b/content/operate/rc/changelog/2024/_index.md new file mode 100644 index 0000000000..9aa4c96a2d --- /dev/null +++ b/content/operate/rc/changelog/2024/_index.md @@ -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: + +{{}} \ No newline at end of file diff --git a/content/operate/rc/changelog/april-2024.md b/content/operate/rc/changelog/2024/april-2024.md similarity index 96% rename from content/operate/rc/changelog/april-2024.md rename to content/operate/rc/changelog/2024/april-2024.md index ecd20cbb5d..fffb3daed5 100644 --- a/content/operate/rc/changelog/april-2024.md +++ b/content/operate/rc/changelog/2024/april-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (April 2024) +aliases: +- /operate/rc/changelog/april-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/december-2024.md b/content/operate/rc/changelog/2024/december-2024.md similarity index 96% rename from content/operate/rc/changelog/december-2024.md rename to content/operate/rc/changelog/2024/december-2024.md index 182bf4f99c..335d0e78e0 100644 --- a/content/operate/rc/changelog/december-2024.md +++ b/content/operate/rc/changelog/2024/december-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (December 2024) +aliases: +- /operate/rc/changelog/december-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/february-2024.md b/content/operate/rc/changelog/2024/february-2024.md similarity index 97% rename from content/operate/rc/changelog/february-2024.md rename to content/operate/rc/changelog/2024/february-2024.md index 86c9224c59..f2fb6c00db 100644 --- a/content/operate/rc/changelog/february-2024.md +++ b/content/operate/rc/changelog/2024/february-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (February 2024) +aliases: +- /operate/rc/changelog/february-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/january-2024.md b/content/operate/rc/changelog/2024/january-2024.md similarity index 98% rename from content/operate/rc/changelog/january-2024.md rename to content/operate/rc/changelog/2024/january-2024.md index 394484c4d9..eb6412358b 100644 --- a/content/operate/rc/changelog/january-2024.md +++ b/content/operate/rc/changelog/2024/january-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (January 2024) +aliases: +- /operate/rc/changelog/january-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/july-2024.md b/content/operate/rc/changelog/2024/july-2024.md similarity index 98% rename from content/operate/rc/changelog/july-2024.md rename to content/operate/rc/changelog/2024/july-2024.md index bed26c9422..d6e49ba6cf 100644 --- a/content/operate/rc/changelog/july-2024.md +++ b/content/operate/rc/changelog/2024/july-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (July 2024) +aliases: +- /operate/rc/changelog/july-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/june-2024.md b/content/operate/rc/changelog/2024/june-2024.md similarity index 95% rename from content/operate/rc/changelog/june-2024.md rename to content/operate/rc/changelog/2024/june-2024.md index f5e6780be3..9fafc43014 100644 --- a/content/operate/rc/changelog/june-2024.md +++ b/content/operate/rc/changelog/2024/june-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (June 2024) +aliases: +- /operate/rc/changelog/june-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/march-2024.md b/content/operate/rc/changelog/2024/march-2024.md similarity index 95% rename from content/operate/rc/changelog/march-2024.md rename to content/operate/rc/changelog/2024/march-2024.md index 4c686e276f..00da2be2e7 100644 --- a/content/operate/rc/changelog/march-2024.md +++ b/content/operate/rc/changelog/2024/march-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (March 2024) +aliases: +- /operate/rc/changelog/march-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/may-2024.md b/content/operate/rc/changelog/2024/may-2024.md similarity index 98% rename from content/operate/rc/changelog/may-2024.md rename to content/operate/rc/changelog/2024/may-2024.md index 32771717c7..611fbec95a 100644 --- a/content/operate/rc/changelog/may-2024.md +++ b/content/operate/rc/changelog/2024/may-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (May 2024) +aliases: +- /operate/rc/changelog/may-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/november-2024.md b/content/operate/rc/changelog/2024/november-2024.md similarity index 92% rename from content/operate/rc/changelog/november-2024.md rename to content/operate/rc/changelog/2024/november-2024.md index 96408654b8..f5b3820f39 100644 --- a/content/operate/rc/changelog/november-2024.md +++ b/content/operate/rc/changelog/2024/november-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (November 2024) +aliases: +- /operate/rc/changelog/november-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/october-2024.md b/content/operate/rc/changelog/2024/october-2024.md similarity index 95% rename from content/operate/rc/changelog/october-2024.md rename to content/operate/rc/changelog/2024/october-2024.md index cc5dbfe622..c8eaaa7331 100644 --- a/content/operate/rc/changelog/october-2024.md +++ b/content/operate/rc/changelog/2024/october-2024.md @@ -1,5 +1,7 @@ --- Title: Redis Cloud changelog (October 2024) +aliases: +- /operate/rc/changelog/october-2024/ alwaysopen: false categories: - docs diff --git a/content/operate/rc/changelog/april-2025.md b/content/operate/rc/changelog/april-2025.md index ee9e6e2356..4e10de7ee6 100644 --- a/content/operate/rc/changelog/april-2025.md +++ b/content/operate/rc/changelog/april-2025.md @@ -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 diff --git a/content/operate/rc/changelog/february-2025.md b/content/operate/rc/changelog/february-2025.md index adf30121c3..f5808a5a97 100644 --- a/content/operate/rc/changelog/february-2025.md +++ b/content/operate/rc/changelog/february-2025.md @@ -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 diff --git a/content/operate/rc/changelog/july-2025.md b/content/operate/rc/changelog/july-2025.md new file mode 100644 index 0000000000..621435e750 --- /dev/null +++ b/content/operate/rc/changelog/july-2025.md @@ -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]({{}}) and review the [breaking changes]({{}}). + +### 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. \ No newline at end of file diff --git a/content/operate/rc/changelog/june-2025.md b/content/operate/rc/changelog/june-2025.md index 05178f11f0..59e79ca146 100644 --- a/content/operate/rc/changelog/june-2025.md +++ b/content/operate/rc/changelog/june-2025.md @@ -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 diff --git a/content/operate/rc/changelog/march-2025.md b/content/operate/rc/changelog/march-2025.md index 26fb032512..2833c2ad57 100644 --- a/content/operate/rc/changelog/march-2025.md +++ b/content/operate/rc/changelog/march-2025.md @@ -11,7 +11,7 @@ highlights: Redis Insight on Redis Cloud, Redis Hashing policy linktitle: March 2025 tags: - changelog -weight: 34 +weight: 78 --- ## New features diff --git a/content/operate/rc/changelog/may-2025.md b/content/operate/rc/changelog/may-2025.md index 8a28d942d3..359651b7f0 100644 --- a/content/operate/rc/changelog/may-2025.md +++ b/content/operate/rc/changelog/may-2025.md @@ -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 diff --git a/content/operate/rc/changelog/version-release-notes/_index.md b/content/operate/rc/changelog/version-release-notes/_index.md index 2e9f2dd0aa..0dfa51e9c9 100644 --- a/content/operate/rc/changelog/version-release-notes/_index.md +++ b/content/operate/rc/changelog/version-release-notes/_index.md @@ -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. diff --git a/content/operate/rc/databases/monitor-performance.md b/content/operate/rc/databases/monitor-performance.md index 6936dc4bb0..e5c01dbdcb 100644 --- a/content/operate/rc/databases/monitor-performance.md +++ b/content/operate/rc/databases/monitor-performance.md @@ -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 >}} diff --git a/static/images/rc/database-metrics-connect-prometheus.png b/static/images/rc/database-metrics-connect-prometheus.png new file mode 100644 index 0000000000..028eb52679 Binary files /dev/null and b/static/images/rc/database-metrics-connect-prometheus.png differ