SLO for getAudio (s. Jira Ticket OPMAAS-1576) was edited
parent
fd794abc2b
commit
22b03a5b40
|
|
@ -4,7 +4,7 @@ module ICES_AmbientMusicAPI_getAudio_EMEA_PROD {
|
|||
|
||||
|
||||
name = "ICES - AmbientMusicAPI - getAudio - EMEA - PROD"
|
||||
description = "AmbientMusicAPI_getAudio_failure_rate"
|
||||
description = "AmbientMusicAPI_getAudio_success_rate"
|
||||
|
||||
|
||||
#entity selector object
|
||||
|
|
@ -13,7 +13,7 @@ module ICES_AmbientMusicAPI_getAudio_EMEA_PROD {
|
|||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<-EOT
|
||||
|
||||
(100)*((builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||
fromRelationship.isServiceMethodOfService(
|
||||
type(~"SERVICE~"),entityName.in(
|
||||
~"AmbientMusicApiImpl~"
|
||||
|
|
@ -42,7 +42,7 @@ timeframe = "-1d"
|
|||
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
|
||||
target = 0 #if not set(removed) it's defaulted to 98
|
||||
warning = 2 #if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue