diff --git a/EMEA_PROD/slo/ICES_AmbientMusicAPI_getAudio_EMEA_PROD.tf b/EMEA_PROD/slo/ICES_AmbientMusicAPI_getAudio_EMEA_PROD.tf index 5308d90..20d6b4a 100644 --- a/EMEA_PROD/slo/ICES_AmbientMusicAPI_getAudio_EMEA_PROD.tf +++ b/EMEA_PROD/slo/ICES_AmbientMusicAPI_getAudio_EMEA_PROD.tf @@ -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 } \ No newline at end of file