modul name fix
parent
92d32b8a3f
commit
4b66f9a8d7
|
|
@ -11,15 +11,8 @@ module TP_Mobile_Login {
|
||||||
filter = ""
|
filter = ""
|
||||||
|
|
||||||
#metric expression of the calculation as done in data explorer ui
|
#metric expression of the calculation as done in data explorer ui
|
||||||
metric_expression = <<-EOT
|
metric_expression = <<EOT
|
||||||
(100)*
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-user-composite-service - PROD~",
|
~"btc-user-composite-service - PROD~",
|
||||||
|
|
@ -30,30 +23,7 @@ module TP_Mobile_Login {
|
||||||
~"GET /api/v1/presentation/oauth/config~",
|
~"GET /api/v1/presentation/oauth/config~",
|
||||||
~"GET /api/v1/presentation/profile-tab~",
|
~"GET /api/v1/presentation/profile-tab~",
|
||||||
~"POST /api/v1/oauth/token/identifier~"
|
~"POST /api/v1/oauth/token/identifier~"
|
||||||
)")
|
)"))))):splitBy())
|
||||||
)
|
|
||||||
))):splitBy())
|
|
||||||
/
|
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-user-composite-service - PROD~",
|
|
||||||
~"btc-connected-oauth-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/presentation/oauth/config~",
|
|
||||||
~"GET /api/v1/presentation/profile-tab~",
|
|
||||||
~"POST /api/v1/oauth/token/identifier~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,13 @@ module TP_Mobile_Mapping {
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -56,7 +62,13 @@ module TP_Mobile_Mapping {
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
module TP_NEW_NAME_nocheinmal {
|
||||||
|
|
||||||
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
||||||
|
name = "TP_NEW NAME nocheinmal"
|
||||||
|
|
||||||
|
description = "qx05588 Ulrich Blecha"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#entity selector object
|
||||||
|
filter = "type(\"SERVICE_METHOD\")"
|
||||||
|
|
||||||
|
|
||||||
|
#metric expression of the calculation as done in data explorer ui
|
||||||
|
metric_expression = "(100)-(builtin:service.keyRequest.errors.server.rate:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-A77E2B0BA1B488DB~\")\")))):splitBy():avg:auto)"
|
||||||
|
|
||||||
|
|
||||||
|
#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 = 90
|
||||||
|
#if not set(removed) it's defaulted to 98
|
||||||
|
warning = 95
|
||||||
|
#if not set(removed) it's defaulted to 99
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
module Wirkkette__Personal_eSIM__-_Reliability_of_key_requests {
|
module TP_Vehicle_eSIM {
|
||||||
|
|
||||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue