diff --git a/content/operate/rc/changelog/february-2026.md b/content/operate/rc/changelog/february-2026.md new file mode 100644 index 0000000000..9a399af6d2 --- /dev/null +++ b/content/operate/rc/changelog/february-2026.md @@ -0,0 +1,23 @@ +--- +Title: Redis Cloud changelog (February 2026) +alwaysopen: false +categories: +- docs +- operate +- rc +description: New features, enhancements, and other changes added to Redis Cloud during + February 2026. +highlights: Metrics resolution updates +linktitle: February 2026 +weight: 55 +tags: +- changelog +--- + +## Enhancements + +### Metrics resolution updates + +The [metrics tab of a Redis Cloud database]({{< relref "/operate/rc/databases/monitor-performance#view-database-metrics" >}}) now displays database metrics at different levels of granularity depending on the selected time range. Short time ranges now show finer granularity for detailed investigation, and longer time ranges use aggregated intervals for clearer trend analysis. See [Metric intervals]({{< relref "/operate/rc/databases/monitor-performance#metric-intervals" >}}) for a list of available intervals and their corresponding resolutions. + +To simplify the monitoring experience and ensure each time range provides meaningful insight, the 1 minute and 1 year ranges have been removed. The 1 year range has been replaced with a 3 month range. diff --git a/content/operate/rc/changelog/march-2026.md b/content/operate/rc/changelog/march-2026.md index ae96eb089e..18eed0e616 100644 --- a/content/operate/rc/changelog/march-2026.md +++ b/content/operate/rc/changelog/march-2026.md @@ -7,7 +7,7 @@ categories: - rc description: New features, enhancements, and other changes added to Redis Cloud during March 2026. -highlights: Redis 8.4 on Redis Cloud Pro, Automatic database upgrades +highlights: Metrics resolution updates, Redis 8.4 on Redis Cloud Pro, Automatic database upgrades linktitle: March 2026 weight: 53 tags: @@ -27,3 +27,15 @@ Redis 8.4 builds on the foundation of Redis 8.2 with significant enhancements to All Redis Cloud databases running Redis 8.4 and later will be automatically upgraded to the next minor version upon release. For example, all Redis 8.4 databases will be upgraded to Redis 8.6 when it is available on Redis Cloud. Redis Cloud Pro users can opt out of minor version auto-upgrades. See [Version management]({{< relref "/operate/rc/databases/version-management" >}}) for more details. + +## Enhancements + +### Metrics resolution updates + +{{< note >}} +This change only affects Redis on RAM databases. Flex and Auto Tiering databases continue to use the previous metrics time ranges. +{{< /note >}} + +The [metrics tab of a Redis Cloud database]({{< relref "/operate/rc/databases/monitor-performance#view-database-metrics" >}}) now displays database metrics at different levels of granularity depending on the selected time range. Short time ranges now show finer granularity for detailed investigation, and longer time ranges use aggregated intervals for clearer trend analysis. See [Metric intervals]({{< relref "/operate/rc/databases/monitor-performance#metric-intervals" >}}) for a list of available intervals and their corresponding resolutions. + +To simplify the monitoring experience and ensure each time range provides meaningful insight, the 1 minute and 1 year ranges have been removed. The 1 year range has been replaced with a 3 month range. diff --git a/content/operate/rc/databases/monitor-performance.md b/content/operate/rc/databases/monitor-performance.md index 6936dc4bb0..d7b95360d1 100644 --- a/content/operate/rc/databases/monitor-performance.md +++ b/content/operate/rc/databases/monitor-performance.md @@ -20,10 +20,24 @@ The **Metrics** tab of the **View Database** screen provides a series of graphs Performance data provides insight into how your database is being used and how well it is performing. +### Metric intervals + The interval scrollbar controls the time period displayed in the graphs. {{The Metrics tab of the View Database screen.}} +The following intervals are available: + +| Interval | Resolution | +|----------|------------| +| 5 minutes | 30 seconds | +| 15 minutes | 30 seconds | +| Hour | 1 minute | +| Day | 5 minutes | +| Week | 30 minutes | +| Month | 4 hours | +| 3 months | 12 hours | + ## Promote metric graphs The **Metrics** screen shows two primary graphs and a collection of smaller ones. You can promote any smaller graph to a primary position. diff --git a/static/images/rc/database-metrics-interval-scrollbar.png b/static/images/rc/database-metrics-interval-scrollbar.png index 2007d747f9..a6c3b91c61 100644 Binary files a/static/images/rc/database-metrics-interval-scrollbar.png and b/static/images/rc/database-metrics-interval-scrollbar.png differ diff --git a/static/images/rc/database-metrics-tab.png b/static/images/rc/database-metrics-tab.png index 46e1581fe0..6e7b96f382 100644 Binary files a/static/images/rc/database-metrics-tab.png and b/static/images/rc/database-metrics-tab.png differ