Changed description of SLOs Connected Music and Login Vehicle for the QM-Report. Also added config file for the SLO Smart Parking
parent
11b4f7b52e
commit
9417938f0a
|
|
@ -4,7 +4,7 @@ module Wirkkette__Connected__Music__Reliability_of_key_requests {
|
|||
|
||||
|
||||
name = "Wirkkette \"Connected Music\" - Reliability of key requests"
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module Wirkkette__Login__Vehicle__-_Reliability_of_key_requests {
|
|||
|
||||
|
||||
name = "Wirkkette \"Login (Vehicle)\" - Reliability of key requests"
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
|
|||
|
|
@ -0,0 +1,36 @@
|
|||
module Wirkkette__Smart_Parking__-_Reliability_of_key_requests {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "Wirkkette \"Smart Parking\" - 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(in("dt.entity.service_method",entitySelector("type(service_method),entityId(~"SERVICE_METHOD-4E245476BA8641DA~",~"SERVICE_METHOD-37009FDC936058F3~")")))):splitBy())/(builtin:service.keyRequest.count.server:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),entityId(~"SERVICE_METHOD-4E245476BA8641DA~",~"SERVICE_METHOD-37009FDC936058F3~")")))):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
|
||||
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@ module Wirkkette__Connected__Music__-_Reliability_of_key_requests {
|
|||
|
||||
name = "Wirkkette \"Connected Music\" - Reliability of key requests"
|
||||
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module Wirkkette__Login__Vehicle__-_Reliability_of_key_requests {
|
|||
|
||||
|
||||
name = "Wirkkette \"Login (Vehicle)\" - Reliability of key requests"
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
@ -37,7 +37,7 @@ module Wirkkette__Login__Vehicle__-_Reliability_of_key_requests {
|
|||
~"POST authorize device_code~",
|
||||
~"validateUser~"
|
||||
)"))))):splitBy()))
|
||||
|
||||
|
||||
EOT
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ module Wirkkette__Connected__Music__-_Reliability_of_key_requests {
|
|||
|
||||
name = "Wirkkette \"Connected Music\" - Reliability of key requests"
|
||||
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ module Wirkkette__Login__Vehicle__-_Reliability_of_key_requests {
|
|||
|
||||
|
||||
name = "Wirkkette \"Login (Vehicle)\" - Reliability of key requests"
|
||||
description = "CoCo-QM-Report_Draft"
|
||||
description = "CoCo-QM-Report_Vehicle"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
|
|||
Loading…
Reference in New Issue