tarantool / grafana-dashboard

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

Rework decimals #205

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Having three decimals confuses people in case of integer value: it is rather easy to confuse 3.000 ms with 3 000 ms. We cannot set decimals to 0 since it would round any non-integer values, but we can change decimal value to 2 or 4: it is harder to confuse 3.00 ms with 3 00 ms or 3.0000 ms with 3 0000 ms since such format is not widely used for big integers.