adapted SLOs
parent
d58baab782
commit
0643ae2951
|
|
@ -12,8 +12,8 @@ module TP_Mobile_Login {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -22,8 +22,8 @@ module TP_Mobile_Login {
|
||||||
"type(service_method),
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"TrackApi~",
|
~"TrackApi - smc - PROD~",
|
||||||
~"digital-key-composite-service~"
|
~"digital-key-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
|
@ -33,7 +33,30 @@ module TP_Mobile_Login {
|
||||||
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
~"GET /api/v1/digitalkey/<VIN>/pairing~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(
|
||||||
|
and(
|
||||||
|
or(
|
||||||
|
in(
|
||||||
|
"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()))
|
||||||
|
"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_Login {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -32,7 +32,29 @@ module TP_Mobile_Login {
|
||||||
~"POST /api/v1/oauth/token/identifier~"
|
~"POST /api/v1/oauth/token/identifier~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():sum:auto:sort(value(sum,descending)))"
|
))):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"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_Mapping {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -35,7 +35,31 @@ module TP_Mobile_Mapping {
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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~",
|
||||||
|
~"vehicle-mapping-composite-service - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /api/v2/presentation/users/validate~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
|
~"DELETE /api/v1/vehicles/<VIN>~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_PersonalFavorites {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -22,7 +22,7 @@ module TP_Mobile_PersonalFavorites {
|
||||||
"type(service_method),
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-destination-composite-service~"
|
~"btc-destination-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
|
@ -37,7 +37,33 @@ module TP_Mobile_PersonalFavorites {
|
||||||
~"PUT /api/v2/favorites/homework/2~"
|
~"PUT /api/v2/favorites/homework/2~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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-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()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_Remote360 {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -22,7 +22,7 @@ module TP_Mobile_Remote360 {
|
||||||
"type(service_method),
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"remote-360-composite-service~"
|
~"remote-360-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
|
@ -36,7 +36,32 @@ module TP_Mobile_Remote360 {
|
||||||
~"GET /recordings/vehicle/$vin~"
|
~"GET /recordings/vehicle/$vin~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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 /eadrax-r360/v1/events/$eventId~",
|
||||||
|
~"POST /eadrax-r360/v1/events/$eventId/cancel~",
|
||||||
|
~"POST /eadrax-r360/v1/event/execute~",
|
||||||
|
~"GET /eadrax-r360/v1/download/$eventId/$fileName~",
|
||||||
|
~"POST /eadrax-r360/v1/download/$eventId/$fileName/confirm~",
|
||||||
|
~"GET /eadrax-r360/v1/vehicle/$vin/egomodelurl~",
|
||||||
|
~"GET /eadrax-r360/v1/vehicle/$vin/key~",
|
||||||
|
~"GET /recordings/vehicle/$vin~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_RemoteServices {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -22,7 +22,7 @@ module TP_Mobile_RemoteServices {
|
||||||
"type(service_method),
|
"type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-vehicle-remote-commands-composite-service~"
|
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
|
@ -38,7 +38,34 @@ module TP_Mobile_RemoteServices {
|
||||||
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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~",
|
||||||
|
~"GET /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v2/presentation/remote-commands/eventStatus~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,21 +12,33 @@ module TP_Mobile_Send2VehicleLegacy {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
"dt.entity.service_method",
|
"dt.entity.service",
|
||||||
entitySelector("type(service_method),
|
entitySelector("type(service),
|
||||||
fromRelationship.isServiceMethodOfService(
|
entityName(
|
||||||
type(~"SERVICE~"),entityName(
|
|
||||||
~"LegacyPoiApi - msgsvc - prod~"
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
)
|
)
|
||||||
)
|
|
||||||
")
|
")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
)
|
||||||
|
)):splitBy())/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(
|
||||||
|
and(
|
||||||
|
or(
|
||||||
|
in(
|
||||||
|
"dt.entity.service",
|
||||||
|
entitySelector("type(service),
|
||||||
|
entityName(
|
||||||
|
~"LegacyPoiApi - msgsvc - prod~"
|
||||||
|
)
|
||||||
|
")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_Send2VehicleMGU {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -30,7 +30,26 @@ module TP_Mobile_Send2VehicleMGU {
|
||||||
~"/v3/motorist/[UUID]/trips"
|
~"/v3/motorist/[UUID]/trips"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):splitBy())
|
||||||
|
/
|
||||||
|
(builtin:service.keyRequest.count.server:filter(
|
||||||
|
and(
|
||||||
|
or(
|
||||||
|
in(
|
||||||
|
"dt.entity.service_method",
|
||||||
|
entitySelector(
|
||||||
|
"type(service_method),
|
||||||
|
fromRelationship.isServiceMethodOfService(
|
||||||
|
type(~"SERVICE~"),entityName.in(
|
||||||
|
~"TripService~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"/v2/motorist/[UUID]/trips",
|
||||||
|
~"/v3/motorist/[UUID]/trips"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_VehicleData {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -31,7 +31,27 @@ module TP_Mobile_VehicleData {
|
||||||
~"GET /v1/vehicle/<VIN>~"
|
~"GET /v1/vehicle/<VIN>~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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-composite-service - PROD~",
|
||||||
|
~"VehicleService - PROD~"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /api/v1/vehicles/<VIN>/state~",
|
||||||
|
~"GET /v1/vehicle/<VIN>~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy())"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ module TP_Mobile_VehicleList {
|
||||||
|
|
||||||
#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.rate:filter(
|
((builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
or(
|
or(
|
||||||
in(
|
in(
|
||||||
|
|
@ -28,7 +28,24 @@ module TP_Mobile_VehicleList {
|
||||||
~"GET /api/v1/vehicles~"
|
~"GET /api/v1/vehicles~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy():auto:auto:sort(value(sum,descending)))"
|
))):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-composite-service - PROD~")
|
||||||
|
)
|
||||||
|
,entityName.in(
|
||||||
|
~"GET /api/v1/vehicles~"
|
||||||
|
)")
|
||||||
|
)
|
||||||
|
))):splitBy()))"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
#if not set (removed) it's defaulted to "-1d"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue