Adjusting SLOs for eCall/xCall in all Hubs OPMAAS-4194 and OPMAAS-4195
parent
6eda7bfd53
commit
11ba463320
|
|
@ -30,7 +30,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_ECALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_ECALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"setupCall_ECALL~",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_XCALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_XCALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"setupCall_XCALL~",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_ECALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_ECALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"setupCall_ECALL~",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_XCALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_XCALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"setupCall_XCALL~",
|
||||
|
|
|
|||
|
|
@ -26,18 +26,15 @@ fromRelationship.isServiceMethodOfService(
|
|||
~"EcsApiController - base - prod~",
|
||||
~"VehicleCalledNumberV2BF - ecs - prod~",
|
||||
~"VehicleVinV2BF - ecs - prod~",
|
||||
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||
~"V1Api~",
|
||||
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_ECALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_ECALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"NotifyCallEventCreatedCall_ECALL~",
|
||||
~"JoynrEventOperations~",
|
||||
~"message~",
|
||||
~"setupCall_ECALL~",
|
||||
~"ecsEventReceived~",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
~"CallRoutingResource - crs - prod~",
|
||||
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||
~"NgtpApiController - base - prod~",
|
||||
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||
~"V1Api~",
|
||||
~"XcsApiController - base - prod~",
|
||||
~"XCS - JOYNR - xcs - prod~",
|
||||
|
|
@ -31,11 +30,9 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_XCALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_XCALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"NotifyCallEventCreatedCall_XCALL~",
|
||||
~"JoynrEventOperations~",
|
||||
~"setupCall_XCALL~",
|
||||
~"$Proxy.notifyXCall~",
|
||||
~"$Proxy.terminateXCallFromVehicle~",
|
||||
|
|
|
|||
|
|
@ -26,18 +26,15 @@ fromRelationship.isServiceMethodOfService(
|
|||
~"EcsApiController - base - prod~",
|
||||
~"VehicleCalledNumberV2BF - ecs - prod~",
|
||||
~"VehicleVinV2BF - ecs - prod~",
|
||||
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||
~"V1Api~",
|
||||
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_ECALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_ECALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"NotifyCallEventCreatedCall_ECALL~",
|
||||
~"JoynrEventOperations~",
|
||||
~"message~",
|
||||
~"setupCall_ECALL~",
|
||||
~"ecsEventReceived~",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ fromRelationship.isServiceMethodOfService(
|
|||
~"CallRoutingResource - crs - prod~",
|
||||
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||
~"NgtpApiController - base - prod~",
|
||||
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||
~"V1Api~",
|
||||
~"XcsApiController - base - prod~",
|
||||
~"XCS - JOYNR - xcs - prod~",
|
||||
|
|
@ -31,11 +30,9 @@ fromRelationship.isServiceMethodOfService(
|
|||
)
|
||||
,entityName.in(
|
||||
~"voiceInitatedCallSync_XCALL~",
|
||||
~"callReceived~",
|
||||
~"getRoutingData_XCALL~",
|
||||
~"notifyCsMessage~",
|
||||
~"NotifyCallEventCreatedCall_XCALL~",
|
||||
~"JoynrEventOperations~",
|
||||
~"setupCall_XCALL~",
|
||||
~"$Proxy.notifyXCall~",
|
||||
~"$Proxy.terminateXCallFromVehicle~",
|
||||
|
|
|
|||
Loading…
Reference in New Issue