INFOTAIN-27824: change slo file and add yaml file to gen2
parent
e5d59f8edf
commit
5746a015ca
|
|
@ -0,0 +1,16 @@
|
|||
config:
|
||||
- AppStore-EMEA-Prod: slo.json
|
||||
|
||||
AppStore-EMEA-Prod:
|
||||
- name: "Gen2 SLO App Store"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-33C75D7B554EB498\\\",\\\"SERVICE_METHOD-ADAF1C4F58C2C719\\\",\\\"SERVICE_METHOD-05E895E75BA373CA\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
AppStore-EMEA-Prod.EMEA-Prod:
|
||||
- name: "Gen2 SLO App Store"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-33C75D7B554EB498\\\",\\\"SERVICE_METHOD-ADAF1C4F58C2C719\\\",\\\"SERVICE_METHOD-05E895E75BA373CA\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "false"
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"name": "{{ .name }}",
|
||||
"metricExpression": "(100)*(1-(builtin:service.keyRequest.errors.fivexx.count:splitBy()/builtin:service.keyRequest.count.server:splitBy()))",
|
||||
"evaluationType": "AGGREGATE",
|
||||
"filter": "{{.sloFilter}}",
|
||||
"target": "{{ .target }}",
|
||||
"warning": "{{ .warning }}",
|
||||
"timeframe": "-1d"
|
||||
}
|
||||
Loading…
Reference in New Issue