From aaa9f4a2ea759d54cd576e165b637a3fb2c296f5 Mon Sep 17 00:00:00 2001 From: Mohammed Abadel Date: Tue, 20 Jun 2023 17:36:36 +0200 Subject: [PATCH] Adjusted SLOs for eCall in all Hubs - added new endpoint createEventByDTMF and deleted old endpoint createEventByvin --- CN_PROD/slo/TP_Vehicle_eCall.tf | 2 +- EMEA_PROD/slo/TP_Vehicle_eCall.tf | 4 ++-- NA_PROD/slo/TP_Vehicle_eCall.tf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CN_PROD/slo/TP_Vehicle_eCall.tf b/CN_PROD/slo/TP_Vehicle_eCall.tf index e93c6a3..9dcb525 100644 --- a/CN_PROD/slo/TP_Vehicle_eCall.tf +++ b/CN_PROD/slo/TP_Vehicle_eCall.tf @@ -37,7 +37,7 @@ fromRelationship.isServiceMethodOfService( ~"routeCall~", ~"message~", ~"ecsEventReceived~", - ~"createEventByvin~" + ~"createEventByDTMF~" )")))):splitBy()) EOT diff --git a/EMEA_PROD/slo/TP_Vehicle_eCall.tf b/EMEA_PROD/slo/TP_Vehicle_eCall.tf index 21e3f23..ca86270 100644 --- a/EMEA_PROD/slo/TP_Vehicle_eCall.tf +++ b/EMEA_PROD/slo/TP_Vehicle_eCall.tf @@ -42,8 +42,8 @@ fromRelationship.isServiceMethodOfService( ~"setupCall_ECALL~", ~"ecsEventReceived~", ~"createEventByCallednumber~", - ~"createEventByvin~", - ~"routeCall~" + ~"routeCall~", + ~"~"createEventByDTMF~" )")))):splitBy()) EOT diff --git a/NA_PROD/slo/TP_Vehicle_eCall.tf b/NA_PROD/slo/TP_Vehicle_eCall.tf index 71ca872..f54c8ec 100644 --- a/NA_PROD/slo/TP_Vehicle_eCall.tf +++ b/NA_PROD/slo/TP_Vehicle_eCall.tf @@ -42,8 +42,8 @@ fromRelationship.isServiceMethodOfService( ~"setupCall_ECALL~", ~"ecsEventReceived~", ~"createEventByCallednumber~", - ~"createEventByvin~", - ~"routeCall~" + ~"routeCall~", + ~"createEventByDTMF~" )")))):splitBy()) EOT