Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:
=Operational Performance Metrics=
=Operational Performance Metrics=


[https://www.devops-research.com/research.html DevOps Research and Assessment (DORA)] team identified four key metrics for software delivery and operational performance.
[https://www.devops-research.com/research.html DevOps Research and Assessment (DORA)] team identified four key metrics for software delivery and operational performance. Organizations that perform well agains their goals (revenue, share price, or other criteria) also perform well against these four metrics.
==Delivery Lead Time==
==Delivery Lead Time==
Delivery lead time is the elapsed time it takes to implement, test and deliver changes to the production system.
Delivery lead time is the elapsed time it takes to implement, test and deliver changes to the production system.

Revision as of 23:01, 29 December 2021

Internal

Logs

Monitoring

Performance metrics.

Deployment

Make it fast to roll back configuration changes if necessary.

Roll out new code gradually, so that any unexpected bugs affect only a small subset of users.

Operational Performance Metrics

DevOps Research and Assessment (DORA) team identified four key metrics for software delivery and operational performance. Organizations that perform well agains their goals (revenue, share price, or other criteria) also perform well against these four metrics.

Delivery Lead Time

Delivery lead time is the elapsed time it takes to implement, test and deliver changes to the production system.

Deployment Frequency

Deployment frequency measures how often you deploy changes to a production system.

Change Fail Percentage

What percentage of changes either cause an impaired service or needs immediate correction, such as a rollback or emergency fix.

Meam Time to Restore (MTTR)

How long it takes to restore service when there is an unplanned outage or impairment.