dora-team / fourkeys

Platform for monitoring the four key software delivery metrics of software delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to configure time units in grafana?

melezhik opened this issue · comments

Hi devs! Right now I have a following lead time for changes graph:

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

Hi,

Created PR for complete solution

Look at my PR and see if it's satisfactory