PCDOE Managing service incidents • Set 3
PCDOE Managing service incidents Practice Test 3 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are reviewing an alert policy for CPU utilization. What is a potential problem with this configuration?
```json
{
"displayName": "High CPU Alert",
"conditions": [
{
"displayName": "CPU utilization > 80%",
"conditionThreshold": {
"filter": "metric.type=\"compute.googleapis.com/instance/cpu/utilization\" AND resource.type=\"gce_instance\"",
"comparison": "COMPARISON_GT",
"thresholdValue": 0.8,
"duration": "60s",
"trigger": {
"count": 1
}
}
}
],
"combiner": "OR",
"alertStrategy": {
"autoClose": "3600s"
},
"notificationChannels": ["projects/my-project/notificationChannels/12345"]
}
```