Explanation:
Here ,some of most useful DevOps metrics are as follows..
Production failure rate: how often the software fails in production during a fixed period of time
Mean time to recover: how long it takes an application in production to recover from a failure
Average lead time: how long it takes for a new requirement to be built, tested, delivered, and deployed into production
Deployment speed: how fast you can deploy a new version of an application to a particular environment (integration, test, staging, preproduction, or production environments)
Deployment frequency: how often you deploy new release candidates to test, staging, preproduction, and production environments
Mean time to production: how long it takes when new code is committed into a code repository for it to be deployed to production
#SPJ2