diff --git a/EMEA_PROD/slo/TP_Mobile_PersonalFavorites.tf b/EMEA_PROD/slo/TP_Mobile_PersonalFavorites.tf index 482e93f..8425a90 100644 --- a/EMEA_PROD/slo/TP_Mobile_PersonalFavorites.tf +++ b/EMEA_PROD/slo/TP_Mobile_PersonalFavorites.tf @@ -18,13 +18,25 @@ module TP_Mobile_PersonalFavorites { or( in( "dt.entity.service_method", - entitySelector("type(service_method), - fromRelationship.isServiceMethodOfService( - type(~"SERVICE~"),entityName(~"btc-destination-composite-service - PROD~") - ) - ") - ) -))):splitBy():auto:auto:sort(value(sum,descending)))" + entitySelector( + "type(service_method), + fromRelationship.isServiceMethodOfService( + type(~"SERVICE~"),entityName.in + (~"btc-destination-composite-service~") + ) + ,entityName.in( + ~"POST /api/v2/favorites~", + ~"POST /api/v3/favorites~", + ~"GET /api/v2/favorites~", + ~"GET /api/v3/favorites~", + ~"GET /api/v1/favorites~", + ~"PUT /api/v2/favorites/~", + ~"PUT /api/v3/favorites/~", + ~"PUT /api/v2/favorites/homework/1~", + ~"PUT /api/v2/favorites/homework/2~" + )") + ) +))):splitBy():sum:auto:sort(value(sum,descending)))" EOT #if not set (removed) it's defaulted to "-1d"