diff --git a/Common/Types/Alerts/AlertMetricType.ts b/Common/Types/Alerts/AlertMetricType.ts index dbf4e5b6cf..3fb5325b0b 100644 --- a/Common/Types/Alerts/AlertMetricType.ts +++ b/Common/Types/Alerts/AlertMetricType.ts @@ -1,6 +1,6 @@ enum AlertMetricType { - TimeToAcknowledge = "oneuptime.alert.timeToAcknowledge", - TimeToResolve = "oneuptime.alert.timeToResolve", + TimeToAcknowledge = "oneuptime.alert.time-to-acknowledge", + TimeToResolve = "oneuptime.alert.time-to-resolve", AlertCount = "oneuptime.alert.count", AlertDuration = "oneuptime.alert.duration", } diff --git a/Common/Types/Incident/IncidentMetricType.ts b/Common/Types/Incident/IncidentMetricType.ts index b69f323574..cf568f2049 100644 --- a/Common/Types/Incident/IncidentMetricType.ts +++ b/Common/Types/Incident/IncidentMetricType.ts @@ -1,6 +1,6 @@ enum IncidentMetricType { - TimeToAcknowledge = "oneuptime.incident.timeToAcknowledge", - TimeToResolve = "oneuptime.incident.timeToResolve", + TimeToAcknowledge = "oneuptime.incident.time-to-acknowledge", + TimeToResolve = "oneuptime.incident.time-to-resolve", IncidentCount = "oneuptime.incident.count", IncidentDuration = "oneuptime.incident.duration", }