HHS / simpler-grants-gov

https://simpler.grants.gov
Other
45 stars 13 forks source link

Increase "slow" API response alarm threshold #2923

Closed mdragon closed 3 days ago

mdragon commented 3 days ago

Summary

We're alerting when requests take more than 200ms but that's right about the expected response time for an API->OpenSearch request/response cycle. So bumping that up to 500ms as what would represent a problem. The lower threshold leads to alert fatigue and will mask any real performance issues that require investigation.

Acceptance criteria