tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

Fix rate graphs scale #213

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Use auto decimal scaling for most panels. The main motivation is bad scaling for low value panels with decimalsY1=0. After the patch, scaling for low values should be good enough.

Before

image

After

image

At the same time, if values became high, there shouldn't be any excessive decimals. The drawback is that sometimes Grafana auto scaling is aesthetically weird, like mixing 2 s, 1.5 s and 500 ms on the same axis.

Before

image

After

image

Before

image

After

image