Infrastructure

DORA Metrics

DORA metrics are a set of standard metrics that measure how successful an engineering team is at delivering software.
• Deployment Frequency: How often you're delivering value
• Mean Lead Time for Changes: Speed of cycle time
• Mean Time to Recover: Speed of rollback
• Change Failure Rate: How often you introduce instability

RED Method

Measure Requests, Errors, Duration for each endpoint. https://www.infoworld.com/article/3638693/the-red-method-a-new-strategy-for-monitoring-microservices.html#:~:text=RED%20method%20explained,of%20failed%20requests%20per%20second

Reading