Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional metric alerting for the API: FailedJobs - Alert when any job fails. HighGoogleApiCalls - Alert when a high number of Google API calls are made (>5 in a 10m period). GoogleApiErrors - Alert when the Google API returns a non-success response. ClientApproachingRateLimit - Alert when a client is approaching the rate limit threshold (15rpm out of an available 30rpm). HighCpu - Alert when max CPU utilization is over 70%. HighMemory - Alert when max memory utilization is over 256MB. HighDatabaseConnections - Alert when max database connections exceeds 75 (out of an available 100).
- Loading branch information