INFRA-2148 | Ankit Bhardwaj | whitelisted Actuator endpoint, add elastic apm, add 4xx and 5xx alerts
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user