Adjust VDM SLO for OAP App Distribution
parent
31ab3cb9a7
commit
d4a1d2e01e
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_CN_E2E {
|
module VDM_-_AppD_OAP_-_CN_E2E {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - CN E2E"
|
name = "VDM - AppD_OAP - CN E2E"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_CN_PROD {
|
module VDM_-_AppD_OAP_-_CN_PROD {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - CN PROD"
|
name = "VDM - AppD_OAP - CN PROD"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_EMEA_E2E {
|
module VDM_-_AppD_OAP_-_EMEA_E2E {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - EMEA E2E"
|
name = "VDM - AppD_OAP - EMEA E2E"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_EMEA_PROD {
|
module VDM_-_AppD_OAP_-_EMEA_PROD {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - EMEA PROD"
|
name = "VDM - AppD_OAP - EMEA PROD"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_US_E2E {
|
module VDM_-_AppD_OAP_-_US_E2E {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - US E2E"
|
name = "VDM - AppD_OAP - US E2E"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,42 +1,42 @@
|
||||||
module VDM_-_AppD_OAP_-_US_PROD {
|
module VDM_-_AppD_OAP_-_US_PROD {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "VDM - AppD_OAP - US PROD"
|
name = "VDM - AppD_OAP - US PROD"
|
||||||
|
|
||||||
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
description = "Custom Vehicle Device Management (VDM) SLO for App Distribution OAP"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#entity selector object
|
#entity selector object
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<EOT
|
metric_expression = <<EOT
|
||||||
(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
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
||||||
|
|
||||||
#currently the only possible value
|
#currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
evaluation = "AGGREGATE"
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
target = 98 #if not set(removed) it's defaulted to 98
|
target = 98 #if not set(removed) it's defaulted to 98
|
||||||
warning = 99 #if not set(removed) it's defaulted to 99
|
warning = 99 #if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue