Monitoring Flashcards
1
Q
Your API is starting to act slow, please describe your process to investigate and find the root cause
A
- Look at metrics, response time, latency, etc
- Look at releases that happened
- Look at application logs (datadog, sumologic, aws cloudwatch)
- If using a database look at the database performance (CPU, memory). Check for locked queries or if database missing an index?
- look at downstream dependencies? outages?