mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
refactor: Rename telemetryServices to services in AlertService and IncidentService
This commit is contained in:
parent
b77f966cd1
commit
b07fa604d0
2 changed files with 2 additions and 2 deletions
|
|
@ -1171,7 +1171,7 @@ ${alertSeverity.name}
|
|||
metricType.name = alertCountMetric.name;
|
||||
metricType.description = "Number of alerts created";
|
||||
metricType.unit = "";
|
||||
metricType.telemetryServices = [];
|
||||
metricType.services = [];
|
||||
metricTypesMap[alertCountMetric.name] = metricType;
|
||||
|
||||
// is the alert acknowledged?
|
||||
|
|
|
|||
|
|
@ -2084,7 +2084,7 @@ ${incidentSeverity.name}
|
|||
metricType.name = incidentCountMetric.name;
|
||||
metricType.description = "Number of incidents created";
|
||||
metricType.unit = "";
|
||||
metricType.telemetryServices = [];
|
||||
metricType.services = [];
|
||||
|
||||
// add to map.
|
||||
metricTypesMap[incidentCountMetric.name] = metricType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue