feat: Add SLA reports overview component (#9167)

This commit is contained in:
Muhsin Keloth
2024-04-03 03:38:19 +05:30
committed by GitHub
parent 631598b6b6
commit fc25f43448
3 changed files with 99 additions and 0 deletions

View File

@@ -505,5 +505,18 @@
"THURSDAY": "Thursday",
"FRIDAY": "Friday",
"SATURDAY": "Saturday"
},
"SLA_REPORTS": {
"HEADER": "SLA Reports",
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",
"TOOLTIP": "Percentage of SLAs created were completed successfully"
},
"NO_OF_BREACHES": {
"LABEL": "Number of Breaches",
"TOOLTIP": "The total SLA breaches in a certain period."
}
}
}
}