changed slo
parent
f48a5f877a
commit
30073ac247
|
|
@ -1,9 +1,9 @@
|
|||
module TP_Mobile_Login {
|
||||
module TP_Mobile_DigitalKey {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "TP_Mobile_Login"
|
||||
name = "TP_Mobile_DigitalKey"
|
||||
description = "2.0 SLO Mobile"
|
||||
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ module TP_Mobile_Login {
|
|||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
(100)*
|
||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||
((1-)(builtin:service.keyRequest.errors.fivexx.count:filter(
|
||||
and(
|
||||
or(
|
||||
in(
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ module TP_Mobile_Send2VehicleLegacy {
|
|||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
(100)*
|
||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||
((builtin:service.errors.server.successCount:filter(
|
||||
and(
|
||||
or(
|
||||
in(
|
||||
|
|
@ -26,7 +26,7 @@ module TP_Mobile_Send2VehicleLegacy {
|
|||
)
|
||||
)
|
||||
)):splitBy())/
|
||||
(builtin:service.keyRequest.count.server:filter(
|
||||
(builtin:service.requestCount.total:filter(
|
||||
and(
|
||||
or(
|
||||
in(
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips",
|
||||
~"/v3/motorist/[UUID]/trips"
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())
|
||||
|
|
@ -45,8 +45,8 @@ module TP_Mobile_Send2VehicleMGU {
|
|||
)
|
||||
)
|
||||
,entityName.in(
|
||||
~"/v2/motorist/[UUID]/trips",
|
||||
~"/v3/motorist/[UUID]/trips"
|
||||
~"/v2/motorist/[UUID]/trips~",
|
||||
~"/v3/motorist/[UUID]/trips~"
|
||||
)")
|
||||
)
|
||||
))):splitBy()))"
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ module TP_Mobile_VehicleData {
|
|||
~"GET /v1/vehicle/<VIN>~"
|
||||
)")
|
||||
)
|
||||
))):splitBy())"
|
||||
))):splitBy()))"
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue