rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

Displaying days instead of weeks for uptime #63

Closed i0x71 closed 7 months ago

i0x71 commented 4 years ago

Is there any way to have the dashboard display value in days instead of weeks for uptime ?

Thanks

rfmoz commented 7 months ago

The Prometheus unit is in seconds and Grafana set it automatically based on that definition.

You could change it to Number and do the required calculations to transform the seconds to days.