What is The RED Method?
The RED Method defines the three key
metrics you should measure for every microservice in your architecture. Those
metrics are:
- (Request) Rate
- the number of requests, per second, you services are serving.
- (Request) Errors
- the number of failed requests per second.
- (Request) Duration
- distributions of the amount of time each request takes.
|