fourkeys
fourkeys copied to clipboard
How to configure time units in grafana?
Hi devs! Right now I have a following lead time for changes graph:
I would like to configure a dashboard to show time in days, not hours , is it possible? 800 hours is not easy thing to digest )))
Change this line
SELECT\n day,\n IFNULL(ANY_VALUE(med_time_to_change)/60/24, 0) AS median_time_to_change