TP_Mobile_Wirkketten_Anpassung_2
parent
d0bc0d1d9e
commit
8dcd1b7443
|
|
@ -12,51 +12,34 @@ module TP_Mobile_DigitalKey {
|
||||||
|
|
||||||
#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)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"TrackApi - smc - PROD~",
|
||||||
in(
|
~"digital-key-composite-service - PROD~"
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TrackApi - smc - PROD~",
|
|
||||||
~"digital-key-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /smc2-bl/track/v2/trackKey~",
|
|
||||||
~"POST /smc2-bl/track/v2/manageKey~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"trackKey~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"manageKey~",
|
||||||
and(
|
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||||
or(
|
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||||
in(
|
)"))))):splitBy())
|
||||||
"dt.entity.service_method",
|
/
|
||||||
entitySelector(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
"type(service_method),
|
fromRelationship.isServiceMethodOfService(
|
||||||
fromRelationship.isServiceMethodOfService(
|
type(~"SERVICE~"),entityName.in(
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"TrackApi - smc - PROD~",
|
||||||
~"TrackApi - smc - PROD~",
|
~"digital-key-composite-service - PROD~"
|
||||||
~"digital-key-composite-service - PROD~"
|
)
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /smc2-bl/track/v2/trackKey~",
|
|
||||||
~"POST /smc2-bl/track/v2/manageKey~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"trackKey~",
|
||||||
|
~"manageKey~",
|
||||||
|
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||||
|
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,60 +11,44 @@ module TP_Mobile_PersonalFavorites {
|
||||||
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.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"btc-destination-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-destination-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /api/v2/favorites/~",
|
|
||||||
~"POST /api/v3/favorites/~",
|
|
||||||
~"GET /api/v2/favorites/~",
|
|
||||||
~"GET /api/v3/favorites/~",
|
|
||||||
~"GET /api/v1/favorites~",
|
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v2/favorites/homework/1~",
|
|
||||||
~"PUT /api/v2/favorites/homework/2~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"POST /api/v2/favorites/~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"POST /api/v3/favorites/~",
|
||||||
and(
|
~"GET /api/v2/favorites/~",
|
||||||
or(
|
~"GET /api/v3/favorites/~",
|
||||||
in(
|
~"GET /api/v1/favorites~",
|
||||||
"dt.entity.service_method",
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
entitySelector(
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
"type(service_method),
|
~"PUT /api/v2/favorites/homework/1~",
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"PUT /api/v2/favorites/homework/2~"
|
||||||
type(~"SERVICE~"),entityName.in(
|
)"))))):splitBy())
|
||||||
~"btc-destination-composite-service - PROD~"
|
/
|
||||||
)
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
)
|
fromRelationship.isServiceMethodOfService(
|
||||||
,entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"POST /api/v2/favorites/~",
|
~"btc-destination-composite-service - PROD~"
|
||||||
~"POST /api/v3/favorites/~",
|
)
|
||||||
~"GET /api/v2/favorites/~",
|
|
||||||
~"GET /api/v3/favorites/~",
|
|
||||||
~"GET /api/v1/favorites~",
|
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v2/favorites/homework/1~",
|
|
||||||
~"PUT /api/v2/favorites/homework/2~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"POST /api/v2/favorites/~",
|
||||||
|
~"POST /api/v3/favorites/~",
|
||||||
|
~"GET /api/v2/favorites/~",
|
||||||
|
~"GET /api/v3/favorites/~",
|
||||||
|
~"GET /api/v1/favorites~",
|
||||||
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
|
~"PUT /api/v2/favorites/homework/1~",
|
||||||
|
~"PUT /api/v2/favorites/homework/2~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,58 +11,25 @@ module TP_Mobile_Remote360 {
|
||||||
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(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"remote-360-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
,entityName.in(
|
||||||
"type(service_method),
|
~"GET /api/v1/events/[UUID]~",
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"POST /api/v1/event/execute~",
|
||||||
~"remote-360-composite-service - PROD~"
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
)
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
)
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
,entityName.in(
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /api/v1/events/[UUID]~",
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
~"POST /api/v1/events/[UUID]/cancel~",
|
)"))))):splitBy())
|
||||||
~"POST /api/v1/event/execute~",
|
|
||||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
EOT
|
||||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
|
||||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy())
|
|
||||||
/
|
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"remote-360-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/events/[UUID]~",
|
|
||||||
~"POST /api/v1/events/[UUID]/cancel~",
|
|
||||||
~"POST /api/v1/event/execute~",
|
|
||||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
|
||||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
|
||||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,62 +11,26 @@ module TP_Mobile_RemoteServices {
|
||||||
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(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"btc-destination-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
,entityName.in(
|
||||||
"type(service_method),
|
~"POST /api/v2/favorites/~",
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"POST /api/v3/favorites/~",
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"GET /api/v2/favorites/~",
|
||||||
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
~"GET /api/v3/favorites/~",
|
||||||
)
|
~"GET /api/v1/favorites~",
|
||||||
)
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
,entityName.in(
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
~"PUT /api/v2/favorites/homework/1~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
~"PUT /api/v2/favorites/homework/2~"
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
)"))))):splitBy())
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
EOT
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):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-vehicle-remote-commands-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,36 +11,20 @@ module TP_Mobile_Send2VehicleLegacy {
|
||||||
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.errors.server.successCount:filter(and(or(in("dt.entity.service",
|
||||||
((builtin:service.errors.server.successCount:filter(
|
entitySelector("type(service),
|
||||||
and(
|
entityName.in(
|
||||||
or(
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service",
|
"))))):splitBy())
|
||||||
entitySelector("type(service),
|
/
|
||||||
entityName.in(
|
(builtin:service.requestCount.total:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
~"LegacyPoiApi - msgsvc - prod~"
|
entityName.in(
|
||||||
)
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
")
|
)
|
||||||
)
|
"))))):splitBy()))
|
||||||
)
|
EOT
|
||||||
)):splitBy())
|
|
||||||
/
|
|
||||||
(builtin:service.requestCount.total:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service",
|
|
||||||
entitySelector("type(service),
|
|
||||||
entityName.in(
|
|
||||||
~"LegacyPoiApi - msgsvc - prod~"
|
|
||||||
)
|
|
||||||
")
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,46 +11,29 @@ module TP_Mobile_Send2VehicleMGU {
|
||||||
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.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"TripService - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TripService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"/v2/motorist/[UUID]/trips~",
|
|
||||||
~"/v3/motorist/[UUID]/trips~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"/v2/motorist/[UUID]/trips~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"/v3/motorist/[UUID]/trips~"
|
||||||
and(
|
)"))))):splitBy())
|
||||||
or(
|
/
|
||||||
in(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
"dt.entity.service_method",
|
fromRelationship.isServiceMethodOfService(
|
||||||
entitySelector(
|
type(~"SERVICE~"),entityName.in(
|
||||||
"type(service_method),
|
~"TripService - PROD~"
|
||||||
fromRelationship.isServiceMethodOfService(
|
)
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TripService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"/v2/motorist/[UUID]/trips~",
|
|
||||||
~"/v3/motorist/[UUID]/trips~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"/v2/motorist/[UUID]/trips~",
|
||||||
|
~"/v3/motorist/[UUID]/trips~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,48 +11,20 @@ module TP_Mobile_VehicleData {
|
||||||
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(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~",
|
~"btc-vehicle-composite-service - PROD~",
|
||||||
~"VehicleService - PROD~"
|
~"VehicleService - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||||
~"GET /v1/vehicle/<VIN>~"
|
~"GET /v1/vehicle/<VIN>~",
|
||||||
)")
|
~"GET /v2/vehicle/<VIN>~"
|
||||||
)
|
)")))):splitBy())
|
||||||
))):splitBy())
|
EOT
|
||||||
/
|
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~",
|
|
||||||
~"VehicleService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
|
||||||
~"GET /v1/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,51 +12,34 @@ module TP_Mobile_DigitalKey {
|
||||||
|
|
||||||
#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)*((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((1)-(builtin:service.keyRequest.errors.fivexx.count:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"TrackApi - smc - PROD~",
|
||||||
in(
|
~"digital-key-composite-service - PROD~"
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TrackApi - smc - PROD~",
|
|
||||||
~"digital-key-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /smc2-bl/track/v2/trackKey~",
|
|
||||||
~"POST /smc2-bl/track/v2/manageKey~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"trackKey~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"manageKey~",
|
||||||
and(
|
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||||
or(
|
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||||
in(
|
)"))))):splitBy())
|
||||||
"dt.entity.service_method",
|
/
|
||||||
entitySelector(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
"type(service_method),
|
fromRelationship.isServiceMethodOfService(
|
||||||
fromRelationship.isServiceMethodOfService(
|
type(~"SERVICE~"),entityName.in(
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"TrackApi - smc - PROD~",
|
||||||
~"TrackApi - smc - PROD~",
|
~"digital-key-composite-service - PROD~"
|
||||||
~"digital-key-composite-service - PROD~"
|
)
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /smc2-bl/track/v2/trackKey~",
|
|
||||||
~"POST /smc2-bl/track/v2/manageKey~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/password~",
|
|
||||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"trackKey~",
|
||||||
|
~"manageKey~",
|
||||||
|
~"GET /api/v1/digitalkey/<VIN>/password~",
|
||||||
|
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,50 +11,21 @@ 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~",
|
||||||
~"btc-connected-oauth-service - PROD~"
|
~"btc-connected-oauth-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"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())
|
EOT
|
||||||
/
|
|
||||||
(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
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,56 +11,40 @@ module TP_Mobile_PersonalFavorites {
|
||||||
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.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"btc-destination-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-destination-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /api/v2/favorites/~",
|
|
||||||
~"POST /api/v3/favorites/~",
|
|
||||||
~"GET /api/v2/favorites/~",
|
|
||||||
~"GET /api/v3/favorites/~",
|
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
|
||||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"POST /api/v2/favorites/~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"POST /api/v3/favorites/~",
|
||||||
and(
|
~"GET /api/v2/favorites/~",
|
||||||
or(
|
~"GET /api/v3/favorites/~",
|
||||||
in(
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
"dt.entity.service_method",
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
entitySelector(
|
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||||
"type(service_method),
|
)"))))):splitBy())
|
||||||
fromRelationship.isServiceMethodOfService(
|
/
|
||||||
type(~"SERVICE~"),entityName.in(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
~"btc-destination-composite-service - PROD~"
|
fromRelationship.isServiceMethodOfService(
|
||||||
)
|
type(~"SERVICE~"),entityName.in(
|
||||||
)
|
~"btc-destination-composite-service - PROD~"
|
||||||
,entityName.in(
|
)
|
||||||
~"POST /api/v2/favorites/~",
|
|
||||||
~"POST /api/v3/favorites/~",
|
|
||||||
~"GET /api/v2/favorites/~",
|
|
||||||
~"GET /api/v3/favorites/~",
|
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
|
||||||
~"DELETE /api/v2/favorites/<favoriteId>~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"POST /api/v2/favorites/~",
|
||||||
|
~"POST /api/v3/favorites/~",
|
||||||
|
~"GET /api/v2/favorites/~",
|
||||||
|
~"GET /api/v3/favorites/~",
|
||||||
|
~"PUT /api/v2/favorites/<favoriteId>~",
|
||||||
|
~"PUT /api/v3/favorites/<favoriteId>~",
|
||||||
|
~"DELETE /api/v2/favorites/<favoriteId>~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,58 +11,25 @@ module TP_Mobile_Remote360 {
|
||||||
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(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"remote-360-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
,entityName.in(
|
||||||
"type(service_method),
|
~"GET /api/v1/events/[UUID]~",
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"POST /api/v1/events/[UUID]/cancel~",
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"POST /api/v1/event/execute~",
|
||||||
~"remote-360-composite-service - PROD~"
|
~"GET /api/v1/download/[UUID]/<fileName>~",
|
||||||
)
|
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
||||||
)
|
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
||||||
,entityName.in(
|
~"GET /api/v1/vehicle/<VIN>/key~",
|
||||||
~"GET /api/v1/events/[UUID]~",
|
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
||||||
~"POST /api/v1/events/[UUID]/cancel~",
|
)"))))):splitBy())
|
||||||
~"POST /api/v1/event/execute~",
|
|
||||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
EOT
|
||||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
|
||||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy())
|
|
||||||
/
|
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"remote-360-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/events/[UUID]~",
|
|
||||||
~"POST /api/v1/events/[UUID]/cancel~",
|
|
||||||
~"POST /api/v1/event/execute~",
|
|
||||||
~"GET /api/v1/download/[UUID]/<fileName>~",
|
|
||||||
~"POST /api/v1/download/[UUID]/<fileName>/confirm~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/egomodelurl~",
|
|
||||||
~"GET /api/v1/vehicle/<VIN>/key~",
|
|
||||||
~"GET /api/v1/recordings/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,68 +11,30 @@ module TP_Mobile_RemoteServices {
|
||||||
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(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
)
|
||||||
entitySelector(
|
,entityName.in(
|
||||||
"type(service_method),
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
fromRelationship.isServiceMethodOfService(
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
type(~"SERVICE~"),entityName.in(
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
)
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
)
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
,entityName.in(
|
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
)"))))):splitBy())
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
EOT
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
|
||||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):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-vehicle-remote-commands-composite-service - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
|
||||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,36 +11,20 @@ module TP_Mobile_Send2VehicleLegacy {
|
||||||
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.errors.server.successCount:filter(and(or(in("dt.entity.service",
|
||||||
((builtin:service.errors.server.successCount:filter(
|
entitySelector("type(service),
|
||||||
and(
|
entityName.in(
|
||||||
or(
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service",
|
"))))):splitBy())
|
||||||
entitySelector("type(service),
|
/
|
||||||
entityName.in(
|
(builtin:service.requestCount.total:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||||
~"LegacyPoiApi - msgsvc - prod~"
|
entityName.in(
|
||||||
)
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
")
|
)
|
||||||
)
|
"))))):splitBy()))
|
||||||
)
|
EOT
|
||||||
)):splitBy())
|
|
||||||
/
|
|
||||||
(builtin:service.requestCount.total:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service",
|
|
||||||
entitySelector("type(service),
|
|
||||||
entityName.in(
|
|
||||||
~"LegacyPoiApi - msgsvc - prod~"
|
|
||||||
)
|
|
||||||
")
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,46 +11,29 @@ module TP_Mobile_Send2VehicleMGU {
|
||||||
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.server.successCount:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
~"TripService - PROD~"
|
||||||
in(
|
)
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TripService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"/v2/motorist/[UUID]/trips~",
|
|
||||||
~"/v3/motorist/[UUID]/trips~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy())
|
,entityName.in(
|
||||||
/
|
~"/v2/motorist/[UUID]/trips~",
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
~"/v3/motorist/[UUID]/trips~"
|
||||||
and(
|
)"))))):splitBy())
|
||||||
or(
|
/
|
||||||
in(
|
(builtin:service.keyRequest.count.server:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
"dt.entity.service_method",
|
fromRelationship.isServiceMethodOfService(
|
||||||
entitySelector(
|
type(~"SERVICE~"),entityName.in(
|
||||||
"type(service_method),
|
~"TripService - PROD~"
|
||||||
fromRelationship.isServiceMethodOfService(
|
)
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"TripService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"/v2/motorist/[UUID]/trips~",
|
|
||||||
~"/v3/motorist/[UUID]/trips~"
|
|
||||||
)")
|
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
,entityName.in(
|
||||||
EOT
|
~"/v2/motorist/[UUID]/trips~",
|
||||||
|
~"/v3/motorist/[UUID]/trips~"
|
||||||
|
)"))))):splitBy()))
|
||||||
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
|
|
@ -11,48 +11,20 @@ module TP_Mobile_VehicleData {
|
||||||
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(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
((builtin:service.keyRequest.errors.server.successCount:filter(
|
fromRelationship.isServiceMethodOfService(
|
||||||
and(
|
type(~"SERVICE~"),entityName.in(
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~",
|
~"btc-vehicle-composite-service - PROD~",
|
||||||
~"VehicleService - PROD~"
|
~"VehicleService - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||||
~"GET /v1/vehicle/<VIN>~"
|
~"GET /v1/vehicle/<VIN>~",
|
||||||
)")
|
~"GET /v2/vehicle/<VIN>~"
|
||||||
)
|
)")))):splitBy())
|
||||||
))):splitBy())
|
EOT
|
||||||
/
|
|
||||||
(builtin:service.keyRequest.count.server:filter(
|
|
||||||
and(
|
|
||||||
or(
|
|
||||||
in(
|
|
||||||
"dt.entity.service_method",
|
|
||||||
entitySelector(
|
|
||||||
"type(service_method),
|
|
||||||
fromRelationship.isServiceMethodOfService(
|
|
||||||
type(~"SERVICE~"),entityName.in(
|
|
||||||
~"btc-vehicle-composite-service - PROD~",
|
|
||||||
~"VehicleService - PROD~"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
,entityName.in(
|
|
||||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
|
||||||
~"GET /v1/vehicle/<VIN>~"
|
|
||||||
)")
|
|
||||||
)
|
|
||||||
))):splitBy()))
|
|
||||||
EOT
|
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
timeframe = "-1d"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue