Pull request #78: Renaming
Merge in OPAPM/coco_terraform_config from renaming to master * commit '262f6fdc951e89151ef0a0496815e9fcadcb7ff3': SLO_Renaming_TP_1 SLO_Renaming_1 renaming testing renamingDK_FIX
commit
92d32b8a3f
|
|
@ -0,0 +1,42 @@
|
||||||
|
module TP_Mobile_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Mobile_CD_Store"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Mobile"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~",
|
||||||
|
~"bookedAndBookableCDServices 1~"
|
||||||
|
)"))))):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,45 @@
|
||||||
|
module TP_Vehicle_AppDistribution {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_AppDistribution"
|
||||||
|
|
||||||
|
description = "CoCo QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"AppsServiceV1 - id5-app - prod~",
|
||||||
|
~"AppVersionsResource - app-distribution - prod~",
|
||||||
|
~"ReleaseNotesResource - app-distribution - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getActiveVersionsForApp~",
|
||||||
|
~"getReleaseNotes~",
|
||||||
|
~"getAppV2~",
|
||||||
|
~"getAppListV2~"
|
||||||
|
)"))))):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,42 @@
|
||||||
|
module TP_Vehicle_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_CD_Store"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~",
|
||||||
|
~"bookedAndBookableCDServices 1~"
|
||||||
|
)")))):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,54 @@
|
||||||
|
module TP_Vehicle_ConnectedMusic {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_ConnectedMusic"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100) *
|
||||||
|
(builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
|
and(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method"
|
||||||
|
,entitySelector(
|
||||||
|
"type(service_method)
|
||||||
|
,entityName(~"Vehicle_Successful_ResponseCode~")"
|
||||||
|
)))):splitBy()
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
|
and(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method"
|
||||||
|
,entitySelector(
|
||||||
|
"type(service_method)
|
||||||
|
,entityName(~"Vehicle_Successful_ResponseCode~")"
|
||||||
|
)))):splitBy()
|
||||||
|
+
|
||||||
|
builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
|
and(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method"
|
||||||
|
,entitySelector(
|
||||||
|
"type(service_method)
|
||||||
|
,entityName(~"Vehicle_Failed_ResponseCode~")"
|
||||||
|
)))):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,35 @@
|
||||||
|
module TP_Vehicle_FTS {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
name = "TP_Vehicle_FTS"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Draft"
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"POIs~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getPOIs (FTS Calls)~"
|
||||||
|
)")))):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,53 @@
|
||||||
|
module TP_Vehicle_Login {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Login"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"TokenResource - cac - prod~",
|
||||||
|
~"CredentialInfoResource - cac - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST authorize password~",
|
||||||
|
~"POST authorize device_code~",
|
||||||
|
~"validateUser~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"TokenResource - cac - prod~",
|
||||||
|
~"CredentialInfoResource - cac - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST authorize password~",
|
||||||
|
~"POST authorize device_code~",
|
||||||
|
~"validateUser~"
|
||||||
|
)"))))):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,51 @@
|
||||||
|
module TP_Vehicle_Personalization {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Personalization"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):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,53 @@
|
||||||
|
module TP_Vehicle_Podcast {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Podcast"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"XimalayaContentApi - avs~",
|
||||||
|
~"XimalayaLoginApi - avs~",
|
||||||
|
~"XimalayaOpenContentApi - avs~",
|
||||||
|
~"XimalayaPersonalApi - avs~",
|
||||||
|
~"XimalayaSearchApi - avs~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getAudio~",
|
||||||
|
~"getExploreContent~",
|
||||||
|
~"getTracksOfAlbum~",
|
||||||
|
~"getDeviceId~",
|
||||||
|
~"getImage~",
|
||||||
|
~"getOneClickChannelCover~",
|
||||||
|
~"getSubscribedAlbums~",
|
||||||
|
~"search~"
|
||||||
|
)"))))):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,81 @@
|
||||||
|
module TP_Vehicle_Provisioning {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Provisioning"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - cn~",
|
||||||
|
~"VpsJoynrApi - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.PROV_TRIGGER_IN~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - cn~",
|
||||||
|
~"VpsJoynrApi - vps-prov - cn~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.PROV_TRIGGER_IN~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"Queue: B2VCNPROD.BMW.B2VCN.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):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,40 @@
|
||||||
|
module TP_Vehicle_RTTI {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_RTTI"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.errors.fivexx.successCount:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.equals(
|
||||||
|
~"Netty on 0.0.0.0:8080 - rtti - prod~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.requestCount.total:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.equals(
|
||||||
|
~"Netty on 0.0.0.0:8080 - rtti - prod~"
|
||||||
|
)"))))):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,45 @@
|
||||||
|
module TP_Vehicle_SmartParking {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_SmartParking"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*(builtin:service.keyRequest.errors.server.successCount:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
entityName.in(
|
||||||
|
~"/sppid7/parkingfinder/v1/EstimatedTimeArrival/getETA~",
|
||||||
|
~"/parkingfinder/v2.0/getParkingLots~"
|
||||||
|
)")))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
entityName.in(
|
||||||
|
~"/sppid7/parkingfinder/v1/EstimatedTimeArrival/getETA~",
|
||||||
|
~"/parkingfinder/v2.0/getParkingLots~"
|
||||||
|
)")))):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,68 @@
|
||||||
|
module TP_Vehicle_SmartRefuel {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_SmartRefuel"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = "type(\"SERVICE_METHOD\")"
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*(
|
||||||
|
(builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
|
and(
|
||||||
|
or(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method",
|
||||||
|
entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName(~"omcsmtrflce20q3~"),mzName(~"CN_OMC_PROD~")
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/smtrfl/api/v1/order~",
|
||||||
|
~"/smtrfl/api/v1/station/list~",
|
||||||
|
~"/smtrfl/api/v1/station/detail~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy():sum:auto:sort(value(sum,descending)))
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(
|
||||||
|
and(
|
||||||
|
or(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method",
|
||||||
|
entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName(~"omcsmtrflce20q3~"),mzName(~"CN_OMC_PROD~")
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/smtrfl/api/v1/order~",
|
||||||
|
~"/smtrfl/api/v1/station/list~",
|
||||||
|
~"/smtrfl/api/v1/station/detail~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy():sum:auto:sort(value(sum,descending))))
|
||||||
|
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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
module Wirkkette_Speech_Service_Vehicle_Reliability_of_key_requests {
|
module TP_Vehicle_Speech {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "Wirkkette \"Speech Service\" - Reliability of key requests"
|
name = "TP_Vehicle_Speech"
|
||||||
|
|
||||||
description = "CoCo-QM-Report_Vehicle"
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,47 @@
|
||||||
|
module TP_Vehicle_TMPP {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_TMPP"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"CarRegistrationApi - iis-cc-cn - prod~",
|
||||||
|
~"ChannelAdminApi - iis-cc-cn - prod~",
|
||||||
|
~"ManifestCarApi - iis-cc-cn - prod~",
|
||||||
|
~"ManifestDomainApi - iis-cc-cn - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"addUuid~",
|
||||||
|
~"validateUuid~",
|
||||||
|
~"getChannels~",
|
||||||
|
~"getManifests~",
|
||||||
|
~"getWhitelisted~"
|
||||||
|
)"))))):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,58 @@
|
||||||
|
module TP_Vehicle_Teleservices {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Teleservices"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.errors.total.rate:filter(and(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.in(
|
||||||
|
~"ifs-001 (Kinesis) CCM - teleservices - prod~",
|
||||||
|
~"ifs-001 (Kinesis) TyreWsIncoming - IN - teleservices - prod~",
|
||||||
|
~"ifs-001 (Kinesis) TyreDiIncoming - IN - teleservices - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerPdmContainerUpdate/notifyPdmContainerStatus - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerStandardOdfUpdate/notifyOdfStatus - IN/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-003 (JOYNR) start/stop/notifyTemporaryOdfStatus - INT/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-007 (JOYNR) requestPdmResult/notifyPdmResult - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-002 (JOYNR) request/notifyKeyData - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-002 (JOYNR) notifyRSUStatus - IN - teleservices - prod~",
|
||||||
|
~"VDLM_scallservice - VDLM_scallservice - ifs-002 (JOYNR) notifyMaintenanceStatus - IN - prod~",
|
||||||
|
~"VDLM_scallservice - VDLM_scallservice - ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT - prod~",
|
||||||
|
~"ifs-005 (JOYNR) notify/confirmBatteryStatus - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-005 (SQS) TscsCallTopic - IN - teleservices - prod~",
|
||||||
|
~"ifs-006 (SQS) TsddCallTopic - IN - teleservices - prod~",
|
||||||
|
~"ifs-010 (SQS) RtcadCallTopic - IN - teleservices - prod~",
|
||||||
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - prod~",
|
||||||
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - prod~",
|
||||||
|
~"ifs-003 (MQS) MguItsnIn/Out (ClassificationRequest/Response) - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-003 (MQS) MguItsnIn/Out (DiagnosisRequest/Response) - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-005 (MQS) BCallHandlerIstaIn/Out - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-001 (SQS) BCallIn/Out - IN/OUT - teleservices - prod~",
|
||||||
|
~"VDLM_ts-asc - ifs-001 (SQS) AscIn/Out - IN/OUT - prod~",
|
||||||
|
~"InternalApiResourceV2 - teleservices - prod~",
|
||||||
|
~"VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT - prod~",
|
||||||
|
~"ckf-cn.bmwgroup.net~"
|
||||||
|
)")))):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,45 @@
|
||||||
|
module TP_Vehicle_TmallGenie {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_TmallGenie"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*
|
||||||
|
(builtin:service.errors.server.successCount:filter(in("dt.entity.service",
|
||||||
|
entitySelector("type(~"SERVICE~"),entityName.in(
|
||||||
|
~"cn-tmall-genie-composite-service - PROD~",
|
||||||
|
~"hvd (/hvd) - ipa-backend-cn - prod~"
|
||||||
|
)"))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.requestCount.server:filter(in("dt.entity.service",
|
||||||
|
entitySelector("type(~"SERVICE~"),entityName.in(
|
||||||
|
~"cn-tmall-genie-composite-service - PROD~",
|
||||||
|
~"hvd (/hvd) - ipa-backend-cn - prod~"
|
||||||
|
)"))):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,58 @@
|
||||||
|
module TP_Vehicle_eCall {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eCall"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"VoiceV2Resource - ngtp-cs - prod~",
|
||||||
|
~"CallRoutingResource - crs - prod~",
|
||||||
|
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||||
|
~"V1Api - PROD~",
|
||||||
|
~"CallMgmtApiResourceV1 - b*vvoice - prod~",
|
||||||
|
~"ISmsGatewayBF - ecs - prod~",
|
||||||
|
~"EcsApiController - PROD~",
|
||||||
|
~"VehicleVinV2BF - ecs - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"voiceInitatedCallSync_ECALL~",
|
||||||
|
~"callReceived~",
|
||||||
|
~"getRoutingData_ECALL~",
|
||||||
|
~"notifyCsMessage~",
|
||||||
|
~"setupCall_ECALL~",
|
||||||
|
~"routeCall~",
|
||||||
|
~"message~",
|
||||||
|
~"ecsEventReceived~",
|
||||||
|
~"createEventByvin~"
|
||||||
|
)")))):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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
module Wirkkette_xCall_Service_Legacy_MGU_Reliability_of_key_requests {
|
module TP_Vehicle_xCall {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "Wirkkette \"xCall Service (Legacy + MGU)\" - Reliability of key requests"
|
name = "TP_Vehicle_xCall"
|
||||||
|
|
||||||
description = "CoCo-QM-Report_Vehicle"
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
module TP_Mobile_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Mobile_CD_Store"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Mobile"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"StoreResourceV4 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~",
|
||||||
|
~"StoreOfferResourceV7 - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~"
|
||||||
|
)"))))):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,51 @@
|
||||||
|
module TP_Mobile_RSU {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Mobile_RSU"
|
||||||
|
description = "CoCo-QM-Report_Mobile"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"RemoteSoftwareUpgrade.WebApp - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"RemoteSoftwareUpgrade.WebApp - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
)"))))):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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -12,42 +12,29 @@ module TP_Mobile_VehicleList {
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<-EOT
|
metric_expression = <<-EOT
|
||||||
(100)*
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
entitySelector("type(service_method),
|
||||||
and(
|
fromRelationship.isServiceMethodOfService(
|
||||||
or(
|
type(~"SERVICE~"),entityName.in(
|
||||||
in(
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
)
|
||||||
"type(service_method),
|
,entityName.in(
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"GET /api/v2/vehicles~",
|
||||||
type(~"SERVICE~"),entityName.in
|
~"GET /api/v4/vehicles~"
|
||||||
(~"btc-vehicle-composite-service - PROD~")
|
)"))))):splitBy())
|
||||||
)
|
/
|
||||||
,entityName.in(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||||
~"GET /api/v1/vehicles~",
|
entitySelector("type(service_method),
|
||||||
~"GET /api/v2/vehicles~"
|
fromRelationship.isServiceMethodOfService(
|
||||||
)")
|
type(~"SERVICE~"),entityName.in(
|
||||||
)
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
))):splitBy())
|
)
|
||||||
/
|
)
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
,entityName.in(
|
||||||
and(
|
~"GET /api/v2/vehicles~",
|
||||||
or(
|
~"GET /api/v4/vehicles~"
|
||||||
in(
|
)"))))):splitBy()))
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in
|
|
||||||
(~"btc-vehicle-composite-service - PROD~")
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/vehicles~",
|
|
||||||
~"GET /api/v2/vehicles~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
module BFF_-_getStorePrivateCart_Success_Rate_test {
|
module TP_NEW_NAME {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "test_BFF - getStorePrivateCart Success Rate_test"
|
name = "TP_NEW NAME"
|
||||||
|
|
||||||
description = "qx05588 Ulrich Blecha"
|
description = "qx05588 Ulrich Blecha"
|
||||||
|
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
module TP_Vehicle_Alexa {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Alexa"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
# The metric fivexx.rate shouldn't be changed to server side error metric. Reason is there is a global rule to exclude 502 errors from server side errors.
|
||||||
|
# However 502 errors should be included in the Alexa endpoint.
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"hvd (/hvd) - hvd - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/hvd/keywords~"
|
||||||
|
)"))))):splitBy("dt.entity.service_method"))
|
||||||
|
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,45 @@
|
||||||
|
module TP_Vehicle_AppDistribution {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_AppDistribution"
|
||||||
|
|
||||||
|
description = "CoCo QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"AppsServiceV1 - id5-app - prod~",
|
||||||
|
~"AppVersionsResource - app-distribution - prod~",
|
||||||
|
~"ReleaseNotesResource - app-distribution - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getActiveVersionsForApp~",
|
||||||
|
~"getReleaseNotes~",
|
||||||
|
~"getAppV2~",
|
||||||
|
~"getAppListV2~"
|
||||||
|
)"))))):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,43 @@
|
||||||
|
module TP_Vehicle_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_CD_Store"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"StoreResourceV4 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~",
|
||||||
|
~"StoreOfferResourceV7 - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~"
|
||||||
|
)")))):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,36 @@
|
||||||
|
module TP_Vehicle_ConnectedMusic {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_ConnectedMusic"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100) - (builtin:service.errors.fivexx.rate:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName(
|
||||||
|
~"SpotifyApi - avs - prod~"
|
||||||
|
)"))))):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,43 @@
|
||||||
|
module TP_Vehicle_FTS {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_FTS"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Draft"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"SimplePOIs~",
|
||||||
|
~"POIs~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getSimplePOIs (FTS Calls)~",
|
||||||
|
~"getPOIs (FTS Calls)~"
|
||||||
|
)")))):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,51 @@
|
||||||
|
module TP_Vehicle_Personalization {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Personalization"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):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,51 @@
|
||||||
|
module TP_Vehicle_Podcast {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Podcast"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UserApi - ccis - prod~",
|
||||||
|
~"EpisodeApi - ccis - prod~",
|
||||||
|
~"DownloadApi - ccis - prod~",
|
||||||
|
~"CategoryApi - ccis - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getUser~",
|
||||||
|
~"createUser~",
|
||||||
|
~"deleteUser~",
|
||||||
|
~"getFlashEpisode~",
|
||||||
|
~"getEpisodes~",
|
||||||
|
~"download~",
|
||||||
|
~"getUserCategories~",
|
||||||
|
~"muteCategories~"
|
||||||
|
)"))))):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,87 @@
|
||||||
|
module TP_Vehicle_Provisioning {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Provisioning"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - prod~",
|
||||||
|
~"VpsJoynrApi - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.PROV_TRIGGER_IN~",
|
||||||
|
~"Queue: B2VPROD.BMW.CASA_EMEA.NOP_OUT~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.NOP_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - prod~",
|
||||||
|
~"VpsJoynrApi - vps-prov - prod~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.PROV_TRIGGER_IN~",
|
||||||
|
~"Queue: B2VPROD.BMW.CASA_EMEA.NOP_OUT~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.NOP_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VPROD.BMW.B2V.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):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,76 @@
|
||||||
|
module TP_Vehicle_RSU {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_RSU"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UpdateRequestResource - rsu - prod~",
|
||||||
|
~"UpdateManifestResource - rsu - prod~",
|
||||||
|
~"SendReportResource~",
|
||||||
|
~"MessageEndpointProxy - rsu - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"askForUpdate~",
|
||||||
|
~"askForUpdateManifest~",
|
||||||
|
~"sendReport~",
|
||||||
|
~"Queue: BMW.RSU.ZFUS_MPG_OUTPUT~",
|
||||||
|
~"Queue: BMW.RSU.RN.RNB_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.DEC_VEHICLE_REQUEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSA.VEHICLE_MESSAGES~",
|
||||||
|
~"Queue: BMW.RSU.UPDATEMANIFEST.ZFUS_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.ENC_UPDATEMANIFEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.VEHICLE_TRIGGER~",
|
||||||
|
~"Queue: BMW.RSU.RSA_PIPELINE~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UpdateRequestResource - rsu - prod~",
|
||||||
|
~"UpdateManifestResource - rsu - prod~",
|
||||||
|
~"SendReportResource~",
|
||||||
|
~"MessageEndpointProxy - rsu - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"askForUpdate~",
|
||||||
|
~"askForUpdateManifest~",
|
||||||
|
~"sendReport~",
|
||||||
|
~"Queue: BMW.RSU.ZFUS_MPG_OUTPUT~",
|
||||||
|
~"Queue: BMW.RSU.RN.RNB_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.DEC_VEHICLE_REQUEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSA.VEHICLE_MESSAGES~",
|
||||||
|
~"Queue: BMW.RSU.UPDATEMANIFEST.ZFUS_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.ENC_UPDATEMANIFEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.VEHICLE_TRIGGER~",
|
||||||
|
~"Queue: BMW.RSU.RSA_PIPELINE~"
|
||||||
|
)"))))):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,39 @@
|
||||||
|
module TP_Vehicle_RTTI {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_RTTI"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.errors.fivexx.successCount:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.equals(
|
||||||
|
~"Netty on 0.0.0.0:8080 - rtti - prod~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.requestCount.total:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.equals(
|
||||||
|
~"Netty on 0.0.0.0:8080 - rtti - prod~"
|
||||||
|
)"))))):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,44 @@
|
||||||
|
module TP_Vehicle_Speech {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Speech"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
# Error Code 502 in HVD service will be excluded from the SLO.
|
||||||
|
# Therefore the metric server side errors was used for calculation.
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.server.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"hvd (/hvd) - hvd - prod~",
|
||||||
|
~"server (/htts) - htts - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/hvd/speech~",
|
||||||
|
~"/htts/transcribe~"
|
||||||
|
)"))))):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,95 @@
|
||||||
|
module TP_Vehicle_Teleservices {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Teleservices"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*(((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.com - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~")"))))):splitBy())
|
||||||
|
+ (builtin:service.keyRequest.errors.fivexx.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"docomo-ccar.com~",
|
||||||
|
~"b2b-secproxy.telekom.de~",
|
||||||
|
~"eu2.api.vodafone.com~",
|
||||||
|
~"api.swisscom.com~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"https://docomo-ccar.com/api/activation-code-requests/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/statuses/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/users/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/statuses/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/users/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/users/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/activation-code-requests/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/users/[UUID]~")"))))):splitBy()))
|
||||||
|
/ ((builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.com - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~")"))))):splitBy())
|
||||||
|
+ (builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"docomo-ccar.com~",
|
||||||
|
~"b2b-secproxy.telekom.de~",
|
||||||
|
~"eu2.api.vodafone.com~",
|
||||||
|
~"api.swisscom.com~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"https://docomo-ccar.com/api/activation-code-requests/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/statuses/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/users/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/statuses/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/users/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/users/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/activation-code-requests/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/users/[UUID]~" )"))))):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,64 @@
|
||||||
|
module TP_Vehicle_eCall {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eCall"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"VoiceV2Resource - ngtp-cs - prod~",
|
||||||
|
~"CallRoutingResource - crs - prod~",
|
||||||
|
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||||
|
~"NgtpApiController - base - prod~",
|
||||||
|
~"ISmsGatewayBF - ecs - prod~",
|
||||||
|
~"EcsApiController - base - prod~",
|
||||||
|
~"VehicleCalledNumberV2BF - ecs - prod~",
|
||||||
|
~"VehicleVinV2BF - ecs - prod~",
|
||||||
|
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||||
|
~"V1Api - PROD~",
|
||||||
|
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"voiceInitatedCallSync_ECALL~",
|
||||||
|
~"callReceived~",
|
||||||
|
~"getRoutingData_ECALL~",
|
||||||
|
~"notifyCsMessage~",
|
||||||
|
~"NotifyCallEventCreatedCall_ECALL~",
|
||||||
|
~"JoynrEventOperations~",
|
||||||
|
~"message~",
|
||||||
|
~"setupCall_ECALL~",
|
||||||
|
~"ecsEventReceived~",
|
||||||
|
~"createEventByCallednumber~",
|
||||||
|
~"createEventByvin~",
|
||||||
|
~"routeCall~"
|
||||||
|
)")))):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,43 @@
|
||||||
|
module TP_Vehicle_eRoute {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eRoute"
|
||||||
|
|
||||||
|
description = "CoCo QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(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~",
|
||||||
|
~"Netty on 0.0.0.0:8080 - eroute-adapter - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/api/eu/2.5/eroute/protobuf3~",
|
||||||
|
~"/api/eu/2.5/eroute-costs/protobuf3~",
|
||||||
|
~"/route/eroute~"
|
||||||
|
)")))):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,95 @@
|
||||||
|
module Wirkkette__Personal_eSIM__-_Reliability_of_key_requests {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "Wirkkette \"Personal eSIM\" - Reliability of key requests"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*(((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.com - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~")"))))):splitBy())
|
||||||
|
+ (builtin:service.keyRequest.errors.fivexx.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"docomo-ccar.com~",
|
||||||
|
~"b2b-secproxy.telekom.de~",
|
||||||
|
~"eu2.api.vodafone.com~",
|
||||||
|
~"api.swisscom.com~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"https://docomo-ccar.com/api/activation-code-requests/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/statuses/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/users/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/statuses/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/users/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/users/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/activation-code-requests/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/users/[UUID]~")"))))):splitBy()))
|
||||||
|
/ ((builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.com - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~")"))))):splitBy())
|
||||||
|
+ (builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"docomo-ccar.com~",
|
||||||
|
~"b2b-secproxy.telekom.de~",
|
||||||
|
~"eu2.api.vodafone.com~",
|
||||||
|
~"api.swisscom.com~"))
|
||||||
|
,entityName.in(
|
||||||
|
~"https://docomo-ccar.com/api/activation-code-requests/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/statuses/[UUID]~",
|
||||||
|
~"https://docomo-ccar.com/api/users/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/statuses/[UUID]~",
|
||||||
|
~"https://b2b-secproxy.telekom.de:449/rest/latest/ProductionInfrastructure/tmo.external.bmw.architecture.BMW/REST/BmwSmartConnect/up/BmwSmartConnect/v1/users/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://eu2.api.vodafone.com/BMWPartnerCeSIM/v1/users/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/activation-code-requests/[UUID]~",
|
||||||
|
~"https://api.swisscom.com/layer/bmw-mno/prod/users/[UUID]~" )"))))):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,61 @@
|
||||||
|
module TP_Vehicle_xCall {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_xCall"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"VoiceV2Resource - ngtp-cs - prod~",
|
||||||
|
~"CallRoutingResource - crs - prod~",
|
||||||
|
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||||
|
~"NgtpApiController - base - prod~",
|
||||||
|
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||||
|
~"V1Api - PROD~",
|
||||||
|
~"XcsApiController - base - prod~",
|
||||||
|
~"XCS - JOYNR - xcs - prod~",
|
||||||
|
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"voiceInitatedCallSync_XCALL~",
|
||||||
|
~"callReceived~",
|
||||||
|
~"getRoutingData_XCALL~",
|
||||||
|
~"notifyCsMessage~",
|
||||||
|
~"NotifyCallEventCreatedCall_XCALL~",
|
||||||
|
~"JoynrEventOperations~",
|
||||||
|
~"setupCall_XCALL~",
|
||||||
|
~"$Proxy.notifyXCall~",
|
||||||
|
~"$Proxy.terminateXCallFromVehicle~",
|
||||||
|
~"routeCall~",
|
||||||
|
~"xcsEventReceived~"
|
||||||
|
)")))):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,43 @@
|
||||||
|
module TP_Mobile_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Mobile_CD_Store "
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Mobile"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"StoreResourceV4 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~",
|
||||||
|
~"StoreOfferResourceV7 - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~"
|
||||||
|
)"))))):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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -30,9 +30,16 @@ module TP_Mobile_Mapping {
|
||||||
~"GET /api/v2/presentation/users/validate~",
|
~"GET /api/v2/presentation/users/validate~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/secondary~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -54,9 +61,16 @@ module TP_Mobile_Mapping {
|
||||||
~"GET /api/v2/presentation/users/validate~",
|
~"GET /api/v2/presentation/users/validate~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/secondary~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,51 @@
|
||||||
|
module TP_Mobile_RSU {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Mobile_RSU"
|
||||||
|
description = "CoCo-QM-Report_Mobile"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"RemoteSoftwareUpgrade.WebApp - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"RemoteSoftwareUpgrade.WebApp - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
)"))))):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
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -11,45 +11,30 @@ module TP_Mobile_VehicleList {
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<-EOT
|
metric_expression = <<-EOT
|
||||||
(100)*
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
entitySelector("type(service_method),
|
||||||
and(
|
fromRelationship.isServiceMethodOfService(
|
||||||
or(
|
type(~"SERVICE~"),entityName.in(
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~"
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~",
|
~"GET /api/v2/vehicles~",
|
||||||
~"GET /api/v2/vehicles~"
|
~"GET /api/v4/vehicles~"
|
||||||
)")
|
)"))))):splitBy())
|
||||||
)
|
/
|
||||||
))):splitBy())
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||||
/
|
entitySelector("type(service_method),
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~"
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles~",
|
~"GET /api/v2/vehicles~",
|
||||||
~"GET /api/v2/vehicles~"
|
~"GET /api/v4/vehicles~"
|
||||||
)")
|
)"))))):splitBy()))
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
module TP_Vehicle_Alexa {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Alexa"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
# The metric fivexx.rate shouldn't be changed to server side error metric. Reason is there is a global rule to exclude 502 errors from server side errors.
|
||||||
|
# However 502 errors should be included in the Alexa endpoint.
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"hvd (/hvd) - hvd - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/hvd/keywords~"
|
||||||
|
)"))))):splitBy("dt.entity.service_method"))
|
||||||
|
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,45 @@
|
||||||
|
module TP_Vehicle_AppDistribution {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_AppDistribution"
|
||||||
|
|
||||||
|
description = "CoCo QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"AppsServiceV1 - id5-app - prod~",
|
||||||
|
~"AppVersionsResource - app-distribution - prod~",
|
||||||
|
~"ReleaseNotesResource - app-distribution - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getActiveVersionsForApp~",
|
||||||
|
~"getReleaseNotes~",
|
||||||
|
~"getAppV2~",
|
||||||
|
~"getAppListV2~"
|
||||||
|
)"))))):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,43 @@
|
||||||
|
module TP_Vehicle_CD_Store {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_CD_Store"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"StoreOfferResourceV6 - am-store - prod~",
|
||||||
|
~"StoreResourceV4 - am-store - prod~",
|
||||||
|
~"CdStoreOfferResource - am-store - prod~",
|
||||||
|
~"StoreOfferResourceV7 - am-store - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getOffersAndPortfolio~",
|
||||||
|
~"bookedAndBookableCDServices~"
|
||||||
|
)")))):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,37 @@
|
||||||
|
module TP_Vehicle_ConnectedMusic {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_ConnectedMusic"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100) - (builtin:service.errors.fivexx.rate:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName(
|
||||||
|
~"SpotifyApi - avs - prod~"
|
||||||
|
)"))))):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,43 @@
|
||||||
|
module TP_Vehicle_FTS {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_FTS"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Draft"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"SimplePOIs~",
|
||||||
|
~"POIs~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getSimplePOIs (FTS Calls)~",
|
||||||
|
~"getPOIs (FTS Calls)~"
|
||||||
|
)")))):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,51 @@
|
||||||
|
module TP_Vehicle_Personalization {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Personalization"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Perseus (/service) - cub-personalization - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"PUT /service/api/vehicle/v1/gcid/[UUID]/vin/<VIN>/pds~",
|
||||||
|
~"createAssociationForGcidAndVin~"
|
||||||
|
)"))))):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,52 @@
|
||||||
|
module TP_Vehicle_Podcast {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Podcast"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UserApi - ccis - prod~",
|
||||||
|
~"EpisodeApi - ccis - prod~",
|
||||||
|
~"DownloadApi - ccis - prod~",
|
||||||
|
~"CategoryApi - ccis - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"getUser~",
|
||||||
|
~"createUser~",
|
||||||
|
~"deleteUser~",
|
||||||
|
~"getFlashEpisode~",
|
||||||
|
~"getEpisodes~",
|
||||||
|
~"download~",
|
||||||
|
~"getUserCategories~",
|
||||||
|
~"muteCategories~"
|
||||||
|
)"))))):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,83 @@
|
||||||
|
module TP_Vehicle_Provisioning {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Provisioning"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - us~",
|
||||||
|
~"VpsJoynrApi - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_INTERNALQueue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_IN~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.NOP_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"WorkshopProvisioningService - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - vps-trigger - us~",
|
||||||
|
~"VpsJoynrApi - vps-prov - us~",
|
||||||
|
~"MQSession$FacadeMessageListener - noptrigger - prod~",
|
||||||
|
~"ProvisioningService - nopprov - prod~",
|
||||||
|
~"NOP-Provisioning (/nop-prov) - nopprov - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"vpsObtainProvisioningSync~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_INTERNALQueue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.PROV_TRIGGER_IN~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningHeadUnit~",
|
||||||
|
~"ProvisioningVehicleProvider.sendVehicleDataForProvisioningComUnit~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.NOP_TRIGGER_INTERNAL~",
|
||||||
|
~"Queue: B2VUSPROD.BMW.B2VUS.NOP_TRIGGER_IN~",
|
||||||
|
~"getNOPProvisioningDataForVehicle~",
|
||||||
|
~"acknowledgeNOPProvisioningDownload~",
|
||||||
|
~"getNOPProvisioningDataForVehicleBase64~",
|
||||||
|
~"/nop-prov/v2/mainprov/prov.do~"
|
||||||
|
)"))))):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,77 @@
|
||||||
|
module TP_Vehicle_RSU {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_RSU"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UpdateRequestResource - rsu - prod~",
|
||||||
|
~"UpdateManifestResource - rsu - prod~",
|
||||||
|
~"SendReportResource - rsu - prod~",
|
||||||
|
~"MessageEndpointProxy - rsu - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"askForUpdate~",
|
||||||
|
~"askForUpdateManifest~",
|
||||||
|
~"sendReport~",
|
||||||
|
~"Queue: BMW.RSU.ZFUS_MPG_OUTPUT~",
|
||||||
|
~"Queue: BMW.RSU.DEC_VEHICLE_REQUEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.UPDATEMANIFEST.ZFUS_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.ENC_UPDATEMANIFEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.VEHICLE_TRIGGER~",
|
||||||
|
~"Queue: BMW.RSU.RSA_PIPELINE~",
|
||||||
|
~"Queue: BMW.RSU.RN.RNB_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSA.VEHICLE_MESSAGES~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"UpdateRequestResource - rsu - prod~",
|
||||||
|
~"UpdateManifestResource - rsu - prod~",
|
||||||
|
~"SendReportResource - rsu - prod~",
|
||||||
|
~"MessageEndpointProxy - rsu - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"askForUpdate~",
|
||||||
|
~"askForUpdateManifest~",
|
||||||
|
~"sendReport~",
|
||||||
|
~"Queue: BMW.RSU.ZFUS_MPG_OUTPUT~",
|
||||||
|
~"Queue: BMW.RSU.DEC_VEHICLE_REQUEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.UPDATEMANIFEST.ZFUS_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.ENC_UPDATEMANIFEST.ASBC_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSU.VEHICLE_TRIGGER~",
|
||||||
|
~"Queue: BMW.RSU.RSA_PIPELINE~",
|
||||||
|
~"Queue: BMW.RSU.RN.RNB_TO_RSA~",
|
||||||
|
~"Queue: BMW.RSA.VEHICLE_MESSAGES~"
|
||||||
|
)"))))):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,55 @@
|
||||||
|
module TP_Vehicle_RTTI {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_RTTI"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",
|
||||||
|
entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /api/v2/vehicles~",
|
||||||
|
~"GET /api/v4/vehicles~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",
|
||||||
|
entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"btc-vehicle-composite-service - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /api/v2/vehicles~",
|
||||||
|
~"GET /api/v4/vehicles~"
|
||||||
|
)"))))):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,44 @@
|
||||||
|
module TP_Vehicle_Speech {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Speech"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
# Error Code 502 in HVD service will be excluded from the SLO.
|
||||||
|
# Therefore the metric server side errors was used for calculation.
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.server.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"hvd (/hvd) - hvd - prod~",
|
||||||
|
~"server (/htts) - htts - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/hvd/speech~",
|
||||||
|
~"/htts/transcribe~"
|
||||||
|
)"))))):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,58 @@
|
||||||
|
module TP_Vehicle_Teleservices {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_Teleservices"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.errors.total.rate:filter(and(in("dt.entity.service",entitySelector("type(service),
|
||||||
|
entityName.in(
|
||||||
|
~"ifs-001 (Kinesis) CCM - teleservices - prod~",
|
||||||
|
~"ifs-001 (Kinesis) TyreWsIncoming - IN - teleservices - prod~",
|
||||||
|
~"ifs-001 (Kinesis) TyreDiIncoming - IN - teleservices - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerPdmContainerUpdate/notifyPdmContainerStatus - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-003 (JOYNR) triggerStandardOdfUpdate/notifyOdfStatus - IN/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-003 (JOYNR) start/stop/notifyTemporaryOdfStatus - INT/OUT - wlupdater - prod~",
|
||||||
|
~"ifs-007 (JOYNR) requestPdmResult/notifyPdmResult - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-002 (JOYNR) request/notifyKeyData - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-002 (JOYNR) notifyRSUStatus - IN - teleservices - prod~",
|
||||||
|
~"VDLM_scallservice - VDLM_scallservice - ifs-002 (JOYNR) notifyMaintenanceStatus - IN - prod~",
|
||||||
|
~"VDLM_scallservice - VDLM_scallservice - ifs-002 (JOYNR) requestMaintenanceStatus/confirmMaintenanceStatus - OUT - prod~",
|
||||||
|
~"ifs-005 (JOYNR) notify/confirmBatteryStatus - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-007 (JOYNR) requestDiagResult/notifyDiagResult - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-005 (SQS) TscsCallTopic - IN - teleservices - prod~",
|
||||||
|
~"ifs-006 (SQS) TsddCallTopic - IN - teleservices - prod~",
|
||||||
|
~"ifs-010 (SQS) RtcadCallTopic - IN - teleservices - prod~",
|
||||||
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - prod~",
|
||||||
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - prod~",
|
||||||
|
~"ifs-003 (MQS) MguItsnIn/Out (ClassificationRequest/Response) - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-003 (MQS) MguItsnIn/Out (DiagnosisRequest/Response) - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-005 (MQS) BCallHandlerIstaIn/Out - IN/OUT - teleservices - prod~",
|
||||||
|
~"ifs-001 (SQS) BCallIn/Out - IN/OUT - teleservices - prod~",
|
||||||
|
~"VDLM_ts-asc - ifs-001 (SQS) AscIn/Out - IN/OUT - prod~",
|
||||||
|
~"InternalApiResourceV2 - teleservices - prod~",
|
||||||
|
~"VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT - prod~",
|
||||||
|
~"ckf-us.bmwgroup.net~"
|
||||||
|
)")))):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,64 @@
|
||||||
|
module TP_Vehicle_eCall {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eCall"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"VoiceV2Resource - ngtp-cs - prod~",
|
||||||
|
~"CallRoutingResource - crs - prod~",
|
||||||
|
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||||
|
~"NgtpApiController - base - prod~",
|
||||||
|
~"ISmsGatewayBF - ecs - prod~",
|
||||||
|
~"EcsApiController - base - prod~",
|
||||||
|
~"VehicleCalledNumberV2BF - ecs - prod~",
|
||||||
|
~"VehicleVinV2BF - ecs - prod~",
|
||||||
|
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||||
|
~"V1Api - PROD~",
|
||||||
|
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"voiceInitatedCallSync_ECALL~",
|
||||||
|
~"callReceived~",
|
||||||
|
~"getRoutingData_ECALL~",
|
||||||
|
~"notifyCsMessage~",
|
||||||
|
~"NotifyCallEventCreatedCall_ECALL~",
|
||||||
|
~"JoynrEventOperations~",
|
||||||
|
~"message~",
|
||||||
|
~"setupCall_ECALL~",
|
||||||
|
~"ecsEventReceived~",
|
||||||
|
~"createEventByCallednumber~",
|
||||||
|
~"createEventByvin~",
|
||||||
|
~"routeCall~"
|
||||||
|
)")))):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,47 @@
|
||||||
|
module TP_Vehicle_eRoute {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eRoute"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(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~",
|
||||||
|
~"Netty on 0.0.0.0:8080 - eroute-adapter - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/api/na/2.5/eroute-costs/protobuf3~",
|
||||||
|
~"/api/na/2.5/eroute/protobuf3~",
|
||||||
|
~"/route/eroute~"
|
||||||
|
)")))):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,99 @@
|
||||||
|
module TP_Vehicle_eSIM {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_eSIM"
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)*(((builtin:service.keyRequest.errors.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.us - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~"
|
||||||
|
)"))))):splitBy())
|
||||||
|
+
|
||||||
|
(builtin:service.keyRequest.errors.fivexx.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Apis.t-mobile.com~",
|
||||||
|
~"cpsvc-ext-lgw.att.com~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/statuses/[UUID]~",
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/users/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/activation-code-requests/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/statuses/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/users/[UUID]~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
|
||||||
|
/
|
||||||
|
((builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"api.bmwgroup.us - PROD~",
|
||||||
|
~"MnoApiImpl - cesim - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/countries~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/redirect-urls/[mno_id]~",
|
||||||
|
~"/am-cesim/mno-info/v1/mnos/premium/[country_code]~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/subscriptions~",
|
||||||
|
~"/am-cesim/csim-info/v1/csims/profiles~",
|
||||||
|
~"/am-cesim/management/v1/subscriptions/invalidate~",
|
||||||
|
~"/am-cesim/management/v1/profiles/[iccid]~",
|
||||||
|
~"sendMnoToken~",
|
||||||
|
~"submitActivationCode~",
|
||||||
|
~"notifyMnoTokenInvalid~",
|
||||||
|
)"))))):splitBy())
|
||||||
|
+
|
||||||
|
(builtin:service.keyRequest.count.total:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"Apis.t-mobile.com~",
|
||||||
|
~"cpsvc-ext-lgw.att.com~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/statuses/[UUID]~",
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/activation-code-requests/[UUID]~",
|
||||||
|
~"https://apis.t-mobile.com:9443/esimplatform/smart-connect/v1/users/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/activation-code-requests/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/statuses/[UUID]~",
|
||||||
|
~"https://cpsvc-ext-lgw.att.com/restservices/twinningRelation/v2/bmwsmart/users/[UUID]~"
|
||||||
|
)"))))):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,61 @@
|
||||||
|
module TP_Vehicle_xCall {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_Vehicle_xCall"
|
||||||
|
|
||||||
|
description = "CoCo-QM-Report_Vehicle"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = ""
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = <<-EOT
|
||||||
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"VoiceV2Resource - ngtp-cs - prod~",
|
||||||
|
~"CallRoutingResource - crs - prod~",
|
||||||
|
~"NgtpUplinkEventResource - ngtp-cs - prod~",
|
||||||
|
~"NgtpApiController - base - prod~",
|
||||||
|
~"ECS - CreateEvent - E2E - ecs - prod~",
|
||||||
|
~"V1Api - PROD~",
|
||||||
|
~"XcsApiController - base - prod~",
|
||||||
|
~"XCS - JOYNR - xcs - prod~",
|
||||||
|
~"CallMgmtApiResourceV1 - b2vvoice - prod~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"voiceInitatedCallSync_XCALL~",
|
||||||
|
~"callReceived~",
|
||||||
|
~"getRoutingData_XCALL~",
|
||||||
|
~"notifyCsMessage~",
|
||||||
|
~"NotifyCallEventCreatedCall_XCALL~",
|
||||||
|
~"JoynrEventOperations~",
|
||||||
|
~"setupCall_XCALL~",
|
||||||
|
~"$Proxy.notifyXCall~",
|
||||||
|
~"$Proxy.terminateXCallFromVehicle~",
|
||||||
|
~"routeCall~",
|
||||||
|
~"xcsEventReceived~"
|
||||||
|
)")))):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
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue