Adjusting SLOs for RSU (Mobile) to use the default transformation
parent
914d91a983
commit
8a4244f60d
|
|
@ -34,7 +34,7 @@ module Wirkkette_RSU_Mobile_Reliability_of_key_requests {
|
||||||
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v1/vehicle/rsustatus/updateAvailable~"
|
~"POST /v1/vehicle/rsustatus/updateAvailable~"
|
||||||
)"))))):splitBy()))
|
)"))))):splitBy())):default(0)
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ module Wirkkette_RSU_Mobile_Reliability_of_key_requests {
|
||||||
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
)"))))):splitBy()))
|
)"))))):splitBy())):default(0)
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ module Wirkkette_RSU_Mobile_Reliability_of_key_requests {
|
||||||
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
)"))))):splitBy()))
|
)"))))):splitBy())):default(0)
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue