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