abeizn opened a new pull request, #5890: URL: https://github.com/apache/incubator-devlake/pull/5890
### Summary When Time to Restore Service is Less than one day, it does not appear in the "Overall DORA Metrics" dashboard. This is caused for a letter case error. The message in the SQL behind states "Less than one Day". with a capital 'D' in the "Day" word. When using "day" as a label in Grafana dashboards, if the first letter is capitalized, it may conflict with Grafana's internal tags and cause it not to be displayed. This could be because Grafana treats the capitalized "day" as a special identifier or reserved word. To resolve this issue, you can change the first letter of "day" to lowercase so that Grafana can correctly parse and display the label. ### Does this close any open issues? Closes #5887 ### Screenshots Include any relevant screenshots here. ### Other Information Any other information that is important to this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
