adjusting SLO for Teleservices SEAM
parent
7780953a3d
commit
40a931bdc1
|
|
@ -1,9 +1,9 @@
|
||||||
module Teleservices_Joynr {
|
module Teleservices_SEAM {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
name = "Teleservices_Joynr"
|
name = "Teleservices_SEAM"
|
||||||
description = "SLO used later for the official Teleservices SLO"
|
description = "SLO used later for the official Teleservices SLO"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -14,16 +14,8 @@ module Teleservices_Joynr {
|
||||||
metric_expression = <<-EOT
|
metric_expression = <<-EOT
|
||||||
(100)-(builtin:service.errors.total.rate:filter(and(in("dt.entity.service",entitySelector("type(service),
|
(100)-(builtin:service.errors.total.rate:filter(and(in("dt.entity.service",entitySelector("type(service),
|
||||||
entityName.in(
|
entityName.in(
|
||||||
~"ifs-003 (JOYNR) triggerPdmContainerUpdate/notifyPdmContainerStatus - IN/OUT - teleservices - prod~",
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - prod~",
|
||||||
~"ifs-003 (JOYNR) triggerWhitelistUpdate/notifyWhitelistStatus - IN/OUT - wlupdater - prod~",
|
~"VDLM_seam - ifs-004 (SQS) ServiceDemand - IN - teleservices - 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~"
|
|
||||||
)")))):splitBy())
|
)")))):splitBy())
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue