Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting to change monitoring graph Y-axis to start from 0 in google cloud monitoring

In google cloud monitoring the graph's Y-axis range is dynamic.

graphs

In this graphs you can see the CPU y-axis starts from 0 while the memory Y-axis starts from 4GB. The lower bound keeps on changing. This is problematic from a monitoring perspective as on a quick glance it would give the perspective that approx. 50% is being used unless someone notices the Y-axis bounds. I would prefer having all graphs start from 0 (irrespective of units). I cannot find any option to do that. Am I missing something here or did google cloud not add this basic functionality yet?

like image 674
Aseem Bansal Avatar asked Sep 10 '25 15:09

Aseem Bansal


1 Answers

When you're in a dashboard displaying chart, click on the three dots in the top-right corner and select "stats mode".

That will change the Y-axis to start from 0.

enter image description here

like image 71
Wojtek_B Avatar answered Sep 13 '25 05:09

Wojtek_B