RED Method
The focus of the RED method is services. Typically, cloud services in a microservices architecture.
It can be summarized as: For every service, check the request rate, errors, and duration per request
The metrics to check are:
- Request rate: The number of requests per second
- Errors: The number of requests that failed
- Duration: The time for requests to completes