45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
---
|
|
slo_id: "9"
|
|
slo_name: "TP_Mobile_PersonalFavorites"
|
|
displayname: "Personal Favorites"
|
|
department: "DE-443"
|
|
description: "2.0 SLO Mobile"
|
|
doc_url: "https://atc.bmwgroup.net/confluence/x/w1SqdQ"
|
|
slo_definition:
|
|
tresholds:
|
|
warning: 99 #traffic light orange
|
|
failure: 98 #traffic light red
|
|
EMEA-Prod:
|
|
- metric: "builtin:service.keyRequest.errors.server.successCount"
|
|
filter:
|
|
- service: "btc-destination-composite-service - PROD"
|
|
keyRequests:
|
|
- "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"
|
|
NA-Prod:
|
|
- metric: "builtin:service.keyRequest.errors.server.successCount"
|
|
filter:
|
|
- service: "btc-destination-composite-service - PROD"
|
|
keyRequests:
|
|
- "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>"
|
|
CN-Prod:
|
|
- metric: "builtin:service.keyRequest.errors.server.successCount"
|
|
filter:
|
|
- service: "btc-destination-composite-service - PROD"
|
|
keyRequests:
|
|
- "GET /api/v3/favorites/"
|
|
- "POST /api/v3/favorites/"
|
|
- "PUT /api/v3/favorites/<favoriteId>" |