tarantool / grafana-dashboard

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

dashboard: display two digits after decimal point #210

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Display two digits after decimal point instead of three. It was too easy to confuse 12.345 (twelve point three hundred forty-five) with 12,345 (twelve thousands three hundred forty-five). Since in the most systems chunking is performed with groups of three, groups of two would be harder to confuse.

image

Closes #205

If this pull request introduces support for new metrics, do not forget to

In any case, do not forget to