From 8bd4c4dc65720afb368f9eb69f262a4b62ecf1b8 Mon Sep 17 00:00:00 2001 From: Grant Godeke Date: Mon, 30 Mar 2026 12:49:49 -0400 Subject: [PATCH 1/2] Update changelog.md Signed-off-by: Grant Godeke --- about/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/about/changelog.md b/about/changelog.md index 8f860235a1..06eb30f2c4 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -9,6 +9,18 @@ products: [cloud] All the latest features and updates to $CLOUD_LONG. +## New performance graphs in Metrics and Insights + + + +Two new graphs are now available to help you monitor database performance and resource usage over time. + +In **Metrics**, a new Queries per Second graph gives you a real-time view of your database's throughput, making it easier to spot unexpected spikes or drops in query volume. + +In **Insights**, the query deep dive page now includes resource consumption metrics — CPU, memory, and storage IO (read and write) — tracked over time. Use this to identify whether a query's performance is improving or degrading, and to understand the downstream impact of your queries on overall system health. + +See [Metrics and logging](/use-timescale/:currentVersion:/metrics-logging/) and [Query insights](/use-timescale/:currentVersion:/insights/) for more information. + ## Additional metrics available for export From 04635e2d556f477b070c62b06d1d1f3374f25147 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Tue, 31 Mar 2026 13:13:13 +0300 Subject: [PATCH 2/2] review --- about/changelog.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/about/changelog.md b/about/changelog.md index 06eb30f2c4..c251f176cd 100644 --- a/about/changelog.md +++ b/about/changelog.md @@ -10,16 +10,19 @@ products: [cloud] All the latest features and updates to $CLOUD_LONG. ## New performance graphs in Metrics and Insights + - +Several new graphs are now available to help you monitor database performance and resource usage over time. -Two new graphs are now available to help you monitor database performance and resource usage over time. +In `Metrics`, a new `Queries per Second` graph gives you a real-time view of your database's throughput, making it easier to spot unexpected spikes or drops in query volume. -In **Metrics**, a new Queries per Second graph gives you a real-time view of your database's throughput, making it easier to spot unexpected spikes or drops in query volume. +![Queries per second in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/queries-per-second-tiger-cloud.png) -In **Insights**, the query deep dive page now includes resource consumption metrics — CPU, memory, and storage IO (read and write) — tracked over time. Use this to identify whether a query's performance is improving or degrading, and to understand the downstream impact of your queries on overall system health. +In `Insights`, the query deep dive page now includes resource consumption metrics — CPU, memory, and storage IO (read and write) — tracked over time. Use this to identify whether a query's performance is improving or degrading, and to understand the downstream impact of your queries on overall system health. -See [Metrics and logging](/use-timescale/:currentVersion:/metrics-logging/) and [Query insights](/use-timescale/:currentVersion:/insights/) for more information. +![Resource consumption metrics in Tiger Cloud](https://assets.timescale.com/docs/images/tiger-cloud-console/resource-consumption-metrics-tiger-cloud.png) + +See [Metrics](/use-timescale/:currentVersion:/metrics-logging/monitoring/#metrics) and [Insights](/use-timescale/:currentVersion:/metrics-logging/monitoring/#insights) for more information. ## Additional metrics available for export