ICES_FestivalModeAPI_getFestival.tf edited online with Bitbucket

ICES_fix
Stephan Huber (DE-442) 2022-07-08 12:53:44 +02:00
parent a4fbe3efa6
commit f18665d028
1 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@ module ICES_FestiveModeAPI_getFestival {
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
name = "ICES - FestiveModeAPI - getFestival"
description = "FestiveModeAPI_getFestival_success_rate"
name = "ICES - FestivalModeApi - getFestival"
description = "FestivalModeApi_getFestival_success_rate"
#entity selector object
@ -16,7 +16,7 @@ module ICES_FestiveModeAPI_getFestival {
(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(
~"FestiveModeApiImpl~"
~"FestivalModeApi~"
),
tag(~"Environment:PROD~")
)
@ -27,7 +27,7 @@ module ICES_FestiveModeAPI_getFestival {
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
fromRelationship.isServiceMethodOfService(
type(~"SERVICE~"),entityName.in(
~"FestiveModeApiImpl~"
~"FestivalModeApi~"
),
tag(~"Environment:PROD~")
)
@ -47,4 +47,4 @@ evaluation = "AGGREGATE"
target = 98 #if not set(removed) it's defaulted to 98
warning = 99 #if not set(removed) it's defaulted to 99
}
}