Merge branch 'feature/INFOTAIN-30039-Added-tf-files-for-GEN3-service' of https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config into feature/INFOTAIN-30039-Added-tf-files-for-GEN3-service
commit
8699d4ce07
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_CDR_SendToCarResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - SendToCarResource"
|
||||
|
||||
description = "SendToCarResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"SendToCarResource - information\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_CDR_SendToCarResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - SendToCarResource - Requests"
|
||||
description = "Success rate of SendToCarResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"SendToCarResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"sendMessagesToVehicles~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"SendToCarResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"sendMessagesToVehicles~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource"
|
||||
|
||||
description = "LinkStoreAppsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreAppsResource - information\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource - Requests"
|
||||
description = "Success rate of LinkStoreAppsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreResetResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource"
|
||||
|
||||
description = "LinkStoreResetResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreResetResource - information\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreResetResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource - Requests"
|
||||
description = "Success rate of LinkStoreResetResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource"
|
||||
|
||||
description = "LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreSubscriptionsResource - information\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource - Requests"
|
||||
description = "Success rate of LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - information~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_VPS_VehicleProfileResource_-_information {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource - information"
|
||||
|
||||
description = "VehicleProfileResource - information"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - information\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_VPS_VehicleProfileResource_-_information_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource - information - Requests"
|
||||
|
||||
description = "Success rate of VehicleProfileResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_CDR_ServicePartnerResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - ServicePartnerResource"
|
||||
|
||||
description = "ServicePartnerResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"ServicePartnerResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_CDR_ServicePartnerResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - ServicePartnerResource - Requests"
|
||||
description = "Success rate of ServicePartnerResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"ServicePartnerResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"setServicePartner~", ~"getServicePartner~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"ServicePartnerResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"setServicePartner~", ~"getServicePartner~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailAccountResourceV2 {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailAccountResourceV2"
|
||||
|
||||
description = "EmailAccountResourceV2"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailAccountResourceV2_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailAccountResourceV2 - Requests"
|
||||
|
||||
description = "Success rate of EmailAccountResourceV2"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validateInboxSettingV2~", ~"getEmailAccountsV2~", ~"createEmailAccountV2~", ~"updateEmailAccountByIdV2~", ~"deleteEmailAccountByIdV2~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validateInboxSettingV2~", ~"getEmailAccountsV2~", ~"createEmailAccountV2~", ~"updateEmailAccountByIdV2~", ~"deleteEmailAccountByIdV2~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailProvidersResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailProvidersResource"
|
||||
|
||||
description = "EmailProvidersResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailProvidersResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailProvidersResource - Requests"
|
||||
|
||||
description = "Success rate of EmailProvidersResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailProvidersByGCID~", ~"getEmailProvidersByMarket~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailProvidersByGCID~", ~"getEmailProvidersByMarket~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailResource"
|
||||
|
||||
description = "EmailResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailResource - Requests"
|
||||
|
||||
description = "Success rate of EmailResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validate~", ~"getInbox~", ~"sendMessage~", ~"getMessage~", ~"deleteMessage~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validate~", ~"getInbox~", ~"sendMessage~", ~"getMessage~", ~"deleteMessage~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailTemplateResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS - EmailTemplateResource"
|
||||
|
||||
description = "EmailTemplateResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailTemplateResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailTemplateResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailTemplateResource - Requests"
|
||||
|
||||
description = "Success rate of EmailTemplateResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailTemplateResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailTemplates~", ~"updateEmailTemplateById~", ~"createEmailTemplate~", ~"deleteEmailTemplateById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailTemplateResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailTemplates~", ~"updateEmailTemplateById~", ~"createEmailTemplate~", ~"deleteEmailTemplateById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_OfficeServiceV1 {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - OfficeServiceV1"
|
||||
|
||||
description = "OfficeServiceV1"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"OfficeServiceV1 - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_OfficeServiceV1_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - OfficeServiceV1 - Requests"
|
||||
|
||||
description = "Success rate of OfficeServiceV1"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"OfficeServiceV1 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"mailV1~", ~"maillistV1~", ~"configV1~", ~"mailboxesV1~", ~"providerListV1~", ~"sendV1~", ~"markreadV1~", ~"deleteV1~", ~"removeV1~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"OfficeServiceV1 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"mailV1~", ~"maillistV1~", ~"configV1~", ~"mailboxesV1~", ~"providerListV1~", ~"sendV1~", ~"markreadV1~", ~"deleteV1~", ~"removeV1~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_PrivacyEmailAccountResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - PrivacyEmailAccountResource "
|
||||
|
||||
description = "PrivacyEmailAccountResource "
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"PrivacyEmailAccountResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_PrivacyEmailAccountResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - PrivacyEmailAccountResource - Requests"
|
||||
|
||||
description = "Success rate of PrivacyEmailAccountResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"PrivacyEmailAccountResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailAccounts~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"PrivacyEmailAccountResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailAccounts~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_AppStore {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - AppStore"
|
||||
|
||||
description = "AppStore"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/appstore) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,56 @@
|
|||
module VCIS_GEN2_AppStore_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - AppStore Requests"
|
||||
description = "Success rate of GEN2 AppStore"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/appstore) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/appstore/servlet/manage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/start~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/linkstoreimage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/ajaxReload~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/appstore) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/appstore/servlet/manage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/start~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/linkstoreimage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/ajaxReload~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_ConnNav {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - ConnNav"
|
||||
|
||||
description = "ConnNav"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/connnav) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
module VCIS_GEN2_ConnNav_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - ConnNav Requests"
|
||||
description = "Success rate of GEN2 ConnNav"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/connnav) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/resetVehicleData~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/connnav) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/resetVehicleData~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_CountryInfo {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Country Info"
|
||||
|
||||
description = "Country Info"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/countryinfo) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
module VCIS_GEN2_CountryInfo_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Country Info Requests"
|
||||
description = "Success rate of GEN2 Country Info"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/countryinfo) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/countryinfo/servlet/countryInfo~",
|
||||
~"/cdp/release/vehicle/countryinfo/servlet/cabCountryInfo~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/countryinfo) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/countryinfo/servlet/countryInfo~",
|
||||
~"/cdp/release/vehicle/countryinfo/servlet/cabCountryInfo~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_News {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - News"
|
||||
|
||||
description = "News"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/news) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
module VCIS_GEN2_News_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - News Requests"
|
||||
description = "Success rate of GEN2 News"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/news) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/news/servlet/start~",
|
||||
~"/cdp/release/vehicle/news/servlet/localerror~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsOverview~",
|
||||
~"cdp/release/vehicle/news/servlet/football~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsDetail~",
|
||||
~"/cdp/release/vehicle/news/servlet/image~",
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/news) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/news/servlet/start~",
|
||||
~"/cdp/release/vehicle/news/servlet/localerror~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsOverview~",
|
||||
~"cdp/release/vehicle/news/servlet/football~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsDetail~",
|
||||
~"/cdp/release/vehicle/news/servlet/image~",
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_Office2 {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Office2"
|
||||
|
||||
description = "Office2"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/office2) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,70 @@
|
|||
module VCIS_GEN2_Office2_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Office2 Requests"
|
||||
description = "Success rate of GEN2 Office2"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/office2) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/office2/servlet/emailOverview~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailInbox~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailAsyncInboxStatus~",
|
||||
~"/cdp/release/vehicle/office2/servlet/composeEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/readEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/deleteEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/ajaxReload~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailTemplates~",
|
||||
~"/cdp/release/vehicle/office2/servlet/geoCodingOutput~",
|
||||
~"/cdp/release/vehicle/office2/servlet/historyGo~",
|
||||
~"/cdp/release/vehicle/office2/servlet/error~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/office2) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/office2/servlet/emailOverview~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailInbox~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailAsyncInboxStatus~",
|
||||
~"/cdp/release/vehicle/office2/servlet/composeEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/readEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/deleteEmail~",
|
||||
~"/cdp/release/vehicle/office2/servlet/ajaxReload~",
|
||||
~"/cdp/release/vehicle/office2/servlet/emailTemplates~",
|
||||
~"/cdp/release/vehicle/office2/servlet/geoCodingOutput~",
|
||||
~"/cdp/release/vehicle/office2/servlet/historyGo~",
|
||||
~"/cdp/release/vehicle/office2/servlet/error~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_OnlineWeather {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Online Weather"
|
||||
|
||||
description = "Online Weather"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/online_weather) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
module VCIS_GEN2_OnlineWeather_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Online Weather Requests"
|
||||
description = "Success rate of GEN2 Online Weather"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/online_weather) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/online_weather/servlet/widget~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/weather~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/rainfallimage~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/radar~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/image~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/geoCodingOverview~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/online_weather) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/online_weather/servlet/widget~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/weather~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/rainfallimage~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/radar~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/image~",
|
||||
~"/cdp/release/vehicle/online_weather/servlet/geoCodingOverview~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_Vehicle {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Vehicle"
|
||||
|
||||
description = "Vehicle"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
module VCIS_GEN2_Vehicle_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Vehicle Requests"
|
||||
description = "Success rate of GEN2 Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/servlet/image~",
|
||||
~"/cdp/release/vehicle/servlet/home~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingOutput~",
|
||||
~"/cdp/release/vehicle/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingHelper~",
|
||||
~"/cdp/release/vehicle/servlet/intermediatePage~",
|
||||
~"/cdp/release/vehicle/servlet/imprint~",
|
||||
~"/cdp/release/vehicle/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingOverview~",
|
||||
~"/cdp/release/vehicle/servlet/clearStorages~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/servlet/image~",
|
||||
~"/cdp/release/vehicle/servlet/home~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingOutput~",
|
||||
~"/cdp/release/vehicle/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingHelper~",
|
||||
~"/cdp/release/vehicle/servlet/intermediatePage~",
|
||||
~"/cdp/release/vehicle/servlet/imprint~",
|
||||
~"/cdp/release/vehicle/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/servlet/geoCodingOverview~",
|
||||
~"/cdp/release/vehicle/servlet/clearStorages~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource"
|
||||
|
||||
description = "LinkStoreAppsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreAppsResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource - Requests"
|
||||
description = "Success rate of LinkStoreAppsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~", ~"getPublishedApps~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~", ~"getPublishedApps~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreImagesResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreImagesResource"
|
||||
|
||||
description = "LinkStoreImagesResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreImagesResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreImagesResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreImagesResource - Requests"
|
||||
description = "Success rate of LinkStoreImagesResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreImagesResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreImagesResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreResetResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource"
|
||||
|
||||
description = "LinkStoreResetResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreResetResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreResetResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource - Requests"
|
||||
description = "Success rate of LinkStoreResetResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource"
|
||||
|
||||
description = "LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreSubscriptionsResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource - Requests"
|
||||
description = "Success rate of LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_VPS_VehicleProfileResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource"
|
||||
|
||||
description = "VehicleProfileResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_VPS_VehicleProfileResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource - Requests"
|
||||
|
||||
description = "Success rate of VehicleProfileResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -26,7 +26,7 @@ module Wirkkette__eRoute_Service__-_Reliability_of_key_requests {
|
|||
~"/api/eu/2.5/eroute-costs/protobuf3~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
(builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"Netty on 0.0.0.0:8080 - eroute-ext - prod~"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_CDR_ServicePartnerResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - ServicePartnerResource"
|
||||
|
||||
description = "ServicePartnerResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"ServicePartnerResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_CDR_ServicePartnerResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - ServicePartnerResource - Requests"
|
||||
description = "Success rate of ServicePartnerResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"ServicePartnerResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"setServicePartner~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"ServicePartnerResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"setServicePartner~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_CDR_VehicleImageResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - VehicleImageResource"
|
||||
|
||||
description = "VehicleImageResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"VehicleImageResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_CDR_VehicleImageResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-CDR - VehicleImageResource - Requests"
|
||||
description = "Success rate of VehicleImageResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleImageResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getVehicleImageByVin~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleImageResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getVehicleImageByVin~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailAccountResourceV2 {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailAccountResourceV2"
|
||||
|
||||
description = "EmailAccountResourceV2"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailAccountResourceV2 - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailAccountResourceV2_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailAccountResourceV2 - Requests"
|
||||
|
||||
description = "Success rate of EmailAccountResourceV2"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailAccountsV2~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailAccountResourceV2 - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailAccountsV2~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailProvidersResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailProvidersResource"
|
||||
|
||||
description = "EmailProvidersResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailProvidersResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailProvidersResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailProvidersResource - Requests"
|
||||
|
||||
description = "Success rate of EmailProvidersResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailProvidersByMarket~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailProvidersResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getEmailProvidersByMarket~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_EML_EmailResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailResource"
|
||||
|
||||
description = "EmailResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"EmailResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_EML_EmailResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-EML - EmailResource - Requests"
|
||||
|
||||
description = "Success rate of EmailResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validate~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"EmailResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"validate~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_AppStore {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - AppStore"
|
||||
|
||||
description = "AppStore"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/appstore) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
module VCIS_GEN2_AppStore_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - AppStore Requests"
|
||||
description = "Success rate of GEN2 AppStore"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/appstore) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/appstore/servlet/manage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/start~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/appstore) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/appstore/servlet/manage~",
|
||||
~"/cdp/release/vehicle/appstore/servlet/start~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_ConnNav {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - ConnNav"
|
||||
|
||||
description = "ConnNav"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/connnav) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
module VCIS_GEN2_ConnNav_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - ConnNav Requests"
|
||||
description = "Success rate of GEN2 ConnNav"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/connnav) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/resetVehicleData~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/connnav) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/navigateToCalendar~",
|
||||
~"/cdp/release/vehicle/connnav/servlet/resetVehicleData~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_News {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - News"
|
||||
|
||||
description = "News"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/news) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
module VCIS_GEN2_News_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - News Requests"
|
||||
description = "Success rate of GEN2 News"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/news) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/news/servlet/start~",
|
||||
~"/cdp/release/vehicle/news/servlet/localerror~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsOverview~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/news) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/news/servlet/start~",
|
||||
~"/cdp/release/vehicle/news/servlet/localerror~",
|
||||
~"/cdp/release/vehicle/news/servlet/newsOverview~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_OnlineWeather {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Online Weather"
|
||||
|
||||
description = "Online Weather"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle/online_weather) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
module VCIS_GEN2_OnlineWeather_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Online Weather Requests"
|
||||
description = "Success rate of GEN2 Online Weather"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/online_weather) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(~"/cdp/release/vehicle/online_weather/servlet/weather~")"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle/online_weather) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(~"/cdp/release/vehicle/online_weather/servlet/weather~")"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_GEN2_Vehicle {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Vehicle"
|
||||
|
||||
description = "Vehicle"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"server (/cdp/release/vehicle) - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,64 @@
|
|||
module VCIS_GEN2_Vehicle_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-GEN2 - Vehicle Requests"
|
||||
description = "Success rate of GEN2 Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/servlet/intermediatePage~",
|
||||
~"/cdp/release/vehicle/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/servlet/glsCabOverview-US-US~",
|
||||
~"/cdp/release/vehicle/servlet/start~",
|
||||
~"/cdp/release/vehicle/servlet~",
|
||||
~"/cdp/release/vehicle/servlet/clearStorages~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"server (/cdp/release/vehicle) - vcis-information - prod~"
|
||||
),
|
||||
tag(~"Environment:PROD~")
|
||||
)
|
||||
,entityName.in(
|
||||
~"/cdp/release/vehicle/servlet/getLocalSuggest~",
|
||||
~"/cdp/release/vehicle/servlet/getLocalSearch~",
|
||||
~"/cdp/release/vehicle/servlet/intermediatePage~",
|
||||
~"/cdp/release/vehicle/servlet/setClickTracking~",
|
||||
~"/cdp/release/vehicle/servlet/glsCabOverview-US-US~",
|
||||
~"/cdp/release/vehicle/servlet/start~",
|
||||
~"/cdp/release/vehicle/servlet~",
|
||||
~"/cdp/release/vehicle/servlet/clearStorages~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource"
|
||||
|
||||
description = "LinkStoreAppsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreAppsResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreAppsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreAppsResource - Requests"
|
||||
description = "Success rate of LinkStoreAppsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~", ~"getPublishedApps~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreAppsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getOfferedApps~", ~"getNewApps~", ~"getPublishedApps~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreImagesResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreImagesResource"
|
||||
|
||||
description = "LinkStoreImagesResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreImagesResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreImagesResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreImagesResource - Requests"
|
||||
description = "Success rate of LinkStoreImagesResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreImagesResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreImagesResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreResetResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource"
|
||||
|
||||
description = "LinkStoreResetResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreResetResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreResetResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreResetResource - Requests"
|
||||
description = "Success rate of LinkStoreResetResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreResetResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getSubscriptions~", ~"addAppSubscription~", ~"deleteAppSubscription~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource"
|
||||
|
||||
description = "LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"LinkStoreSubscriptionsResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
module VCIS_LIS_LinkStoreSubscriptionsResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-LIS - LinkStoreSubscriptionsResource - Requests"
|
||||
description = "Success rate of LinkStoreSubscriptionsResource"
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"LinkStoreSubscriptionsResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"getImageById~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98 #if not set(removed) it's defaulted to 98
|
||||
warning = 99 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
module VCIS_VPS_VehicleProfileResource {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource"
|
||||
|
||||
description = "VehicleProfileResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE\"),entityName(\"VehicleProfileResource - vcis-information - prod\"),tag(\"Environment:PROD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)*((1)-( builtin:service.errors.fivexx.rate:splitBy():avg:auto:sort(value(avg,descending)):limit(10))/( builtin:service.requestCount.total:splitBy():sum:auto:sort(value(sum,descending)):limit(10)))"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
module VCIS_VPS_VehicleProfileResource_Requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "VCIS-VPS - VehicleProfileResource - Requests"
|
||||
|
||||
description = "Success rate of VehicleProfileResource"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = ""
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100) * ((1) -
|
||||
(builtin:service.keyRequest.errors.fivexx.count:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or
|
||||
(in("dt.entity.service_method",entitySelector("type(service_method),fromRelationship.isServiceMethodOfService(type(~"SERVICE~"),
|
||||
entityName.in(~"VehicleProfileResource - vcis-information - prod~"), tag(~"Environment:PROD~")),
|
||||
entityName.in(~"saveVehicleProfile~", ~"readVehicleProfile~", ~"deleteAll~")")))))
|
||||
:splitBy()))
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 98
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 99
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
|
|
@ -26,7 +26,7 @@ module Wirkkette__eRoute_Service__-_Reliability_of_key_requests {
|
|||
~"/api/na/2.5/eroute/protobuf3~"
|
||||
)"))))):splitBy())
|
||||
/
|
||||
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
(builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"Netty on 0.0.0.0:8080 - eroute-ext - prod~"
|
||||
|
|
|
|||
Loading…
Reference in New Issue