Adjust VDM SLO for OAP App Distribution

feature/appd-slo-adjustments
Markus Dlugi 2023-06-12 10:53:47 +02:00
parent 31ab3cb9a7
commit d4a1d2e01e
6 changed files with 96 additions and 96 deletions

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_CN_E2E {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - e2e~", ~"ViewRequestResource - app-distribution - e2e~",
~"ReleaseNotesResource - app-distribution - e2e~" ~"ReleaseNotesResource - app-distribution - e2e~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_CN_PROD {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - prod~", ~"ViewRequestResource - app-distribution - prod~",
~"ReleaseNotesResource - app-distribution - prod~" ~"ReleaseNotesResource - app-distribution - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_EMEA_E2E {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - e2e~", ~"ViewRequestResource - app-distribution - e2e~",
~"ReleaseNotesResource - app-distribution - e2e~" ~"ReleaseNotesResource - app-distribution - e2e~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_EMEA_PROD {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - prod~", ~"ViewRequestResource - app-distribution - prod~",
~"ReleaseNotesResource - app-distribution - prod~" ~"ReleaseNotesResource - app-distribution - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_US_E2E {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - e2e~", ~"ViewRequestResource - app-distribution - e2e~",
~"ReleaseNotesResource - app-distribution - e2e~" ~"ReleaseNotesResource - app-distribution - e2e~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT

View File

@ -18,12 +18,12 @@ module VDM_-_AppD_OAP_-_US_PROD {
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method), (100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService( fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in( type(~"SERVICE~"),entityName.in(
~"AppVersionsResource - app-distribution - prod~", ~"ViewRequestResource - app-distribution - prod~",
~"ReleaseNotesResource - app-distribution - prod~" ~"ReleaseNotesResource - app-distribution - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getActiveVersionsForApp~", ~"viewPackage~",
~"getReleaseNotes~" ~"getReleaseNotes~"
)"))))):splitBy()) )"))))):splitBy())
EOT EOT