Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Software Engineering#Subjects|Software Engineering]]
* [[Software Engineering#Subjects|Software Engineering]]
* [[Infrastructure as Code]]


=Logs=
=Logs=
{{Internal|Monitoring#Overview|Monitoring | Log Processing}}


=Monitoring=
=Monitoring=
[[Performance_Concepts#Performance_Metrics|Performance metrics]].
{{Internal|Monitoring#Overview|Monitoring}}


=Deployment=
=Deployment=
Line 15: Line 17:
=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.
Line 24: Line 26:
==Meam Time to Restore (MTTR)==
==Meam Time to Restore (MTTR)==
How long it takes to restore service when there is an unplanned outage or impairment.
How long it takes to restore service when there is an unplanned outage or impairment.
=DORA Software Deliver Performance Metrics=
* Deployment frequency
* Lead time
* Change failure rate
* Time to restore service
* Reliability
=SRE=
<font color=darkkhaki>To process: https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-slis-slas-and-slos</font>

Latest revision as of 01:19, 23 July 2023

Internal

Logs

Monitoring | Log Processing

Monitoring

Monitoring

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.

DORA Software Deliver Performance Metrics

  • Deployment frequency
  • Lead time
  • Change failure rate
  • Time to restore service
  • Reliability

SRE

To process: https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-slis-slas-and-slos