I Have a DO managed Database with the Specifications Bellow
4 GB RAM / 2vCPU / 38 GB Disk / Primary only / BLR1 - MySQL 8
where can we find the Disk Utilization of the Managed Database Database. I have already checked the Insights option under the managed Database there am getting the Throughput and Latency of the Database only. But I want to know the total free space left in my 32 GB Disk of Managed Databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi @KILAAdmin
You can monitor cluster load and resources utilization metrics from the cloud panel. There are two kinds of metrics:
Cluster metrics monitor the performance of the nodes in a database cluster. Cluster metrics cover primary and standby nodes; metrics for each read-only node are displayed independently. This data can help guide capacity planning and optimization. You can also set up alerting on cluster metrics.
Database metrics monitor the performance of the database itself. This data can help assess the health of the database, pinpoint performance bottlenecks, and identify unusual use patterns that may indicate an application bug or security breach.
You have to select cluster name from the drop-down menu to see its metrics.
https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-clusters/
https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-databases/
I hope this helps.
Regards, Anadi
Hi there,
In addition to what has already been mentioned here, you can now add scalable storage to managed database clusters as shown in this video here:
Best,
Bobby
Hi @KILAAdmin,
From the Cloud Control Panel, just click on your database cluster and go to the “Insights” sub-tab.
In the Select object, drop-down menu lists choose the cluster name of the MySQL managed database; You will be able to find cluster information related to CPU, Memory & Disk utilization.
Please find our below documentation which will guide you with monitoring MySQL managed database.
https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-clusters/ https://docs.digitalocean.com/products/databases/mysql/how-to/monitor-databases/
I hope this helps!
Regards, Rajkishore