removing SLO for Podcast Services in EMEA

feature/INFOTAIN-30039-create-gen3-slo
Mohammed Abadel 2022-10-07 16:38:57 +02:00
parent a0e4f03cc2
commit 41f7dc1e0f
2 changed files with 0 additions and 33 deletions

View File

@ -1,33 +0,0 @@
module Wirkkette_Podcast_Service_Reliability_of_key_requests {
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
name = "Wirkkette \"Podcast Services\" - Reliability of key requests"
description = "CoCo-QM-Report_Vehicle"
#entity selector object
filter = "type(\"SERVICE_METHOD\")"
#metric expression of the calculation as done in data explorer ui
metric_expression = "(100)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-67A6D0075DE9646D~\",~\"SERVICE_METHOD-6C0D31A647BEE7DE~\",~\"SERVICE_METHOD-900C3BE626671A2E~\",~\"SERVICE_METHOD-C23264C72CE4DEA9~\",~\"SERVICE_METHOD-F88E55DE8D43B27C~\",~\"SERVICE_METHOD-86A201652BC468DA~\",~\"SERVICE_METHOD-B8EDFBA29D3C0874~\",~\"SERVICE_METHOD-7662F6848B6484AB~\")\")))):splitBy():avg:auto:sort(value(avg,descending)))/(builtin:service.keyRequest.count.server:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-67A6D0075DE9646D~\",~\"SERVICE_METHOD-6C0D31A647BEE7DE~\",~\"SERVICE_METHOD-900C3BE626671A2E~\",~\"SERVICE_METHOD-C23264C72CE4DEA9~\",~\"SERVICE_METHOD-F88E55DE8D43B27C~\",~\"SERVICE_METHOD-86A201652BC468DA~\",~\"SERVICE_METHOD-B8EDFBA29D3C0874~\",~\"SERVICE_METHOD-7662F6848B6484AB~\")\")))):splitBy():avg:auto:sort(value(avg,descending))))"
#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
}