Skip to content

Commit 5ce9f33

Browse files
authored
Merge pull request #3800 from Blargian/cloud_release_notes
Cloud change log: add update for May 16
2 parents 934baa4 + 3c48895 commit 5ce9f33

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/cloud/reference/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ import query_endpoints from '@site/static/images/cloud/reference/may-17-query-en
3030

3131
In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibility](/cloud/reference/cloud-compatibility.md) page.
3232

33+
## May 16, 2025 {#may-16-2025}
34+
35+
- Introduced the Resource Utilization Dashboard which provides a view of
36+
resources being used by a service in ClickHouse Cloud. The following metrics
37+
are scraped from system tables, and displayed on this dashboard:
38+
* Memory & CPU: Graphs for `CGroupMemoryTotal` (Allocated Memory), `CGroupMaxCPU` (allocated CPU),
39+
`MemoryResident` (memory used), and `ProfileEvent_OSCPUVirtualTimeMicroseconds` (CPU used)
40+
* Data Transfer: Graphs showing data ingress and egress from ClickHouse Cloud. Learn more [here](/cloud/manage/network-data-transfer).
41+
- We’re excited to announce the launch of our new ClickHouse Cloud Prometheus/Grafana mix-in,
42+
built to simplify monitoring for your ClickHouse Cloud services.
43+
This mix-in uses our Prometheus-compatible API endpoint to seamlessly integrate
44+
ClickHouse metrics into your existing Prometheus and Grafana setup. It includes
45+
a pre-configured dashboard that gives you real-time visibility into the health
46+
and performance of your services. Refer to the launch [blog](https://clickhouse.com/blog/monitor-with-new-prometheus-grafana-mix-in) to read more.
47+
3348
## April 18, 2025 {#april-18-2025}
3449

3550
- Introduced a new **Member** organization level role and two new service level

0 commit comments

Comments
 (0)