INFRA-2148 | Ankit Bhardwaj | whitelisted Actuator endpoint, add elastic apm, add 4xx and 5xx alerts

This commit is contained in:
Ankit Bhardwaj
2023-10-27 13:03:46 +05:30
parent 43658c253a
commit 6bbd4333e8
4 changed files with 27 additions and 2 deletions

View File

@@ -145,6 +145,26 @@
"failureThreshold": 3,
"httpHeaders": []
}
},
"alerts": {
"kafka": [],
"custom": [],
"database": [],
"loadBalancer": [
{
"type": "elb4xx",
"duration": "3m",
"severity": "critical",
"threshold": 1
},
{
"type": "elb5xx",
"duration": "3m",
"severity": "critical",
"threshold": 1
}
],
"prometheusRecordingRule": []
}
},
"extraResources": {