You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of a broader [quality framework](../README.md)
4
9
5
10
## Purpose & usage
@@ -12,26 +17,26 @@ Also, these metrics are intended to be considered as part of [engineering review
12
17
13
18
These metrics are obviously limited to engineering concerns, and are only one part of the picture. For example, we don't want to build the wrong thing, even if we build it in a great way! We recommend that these metrics form part of a broader set of health indicators, including data relating to user satisfaction.
14
19
15
-
## Essential metrics:
20
+
## Essential metrics
16
21
17
22
These metrics provide a fundamental level of insight, and so must be tracked:
18
23
19
-
| Measure | Definition (each calculated over the last 28 days) |
20
-
|:---|:---|
21
-
| Deployment frequency | Number of deployments.
22
-
| Quality checks | Presence or absence of frequent, consistent, enforced (with agreed tolerances) of the [engineering quality checks](../quality-checks.md) - follow that link for further details.
24
+
| Measure | Definition (each calculated over the last 28 days)|
| Quality checks | Presence or absence of frequent, consistent, enforced (with agreed tolerances) of the [engineering quality checks](../quality-checks.md) - follow that link for further details.|
23
28
24
-
## Recommended metrics:
29
+
## Recommended metrics
25
30
26
31
These metrics provide useful additional insight, and are recommended to be tracked:
27
32
28
-
| Measure | Definition (each calculated over the last 28 days) |
29
-
|:---|:---|
30
-
| Lead time | Median time between an item being started to when it is done.
31
-
| Change failure rate | Percentage of deployments which result in an incident.
32
-
| Overall incident rate: P1 | Total number of priority 1 incidents which occurred.
33
-
| Mean time to restore service: P1 | Mean time from priority 1 incident starting to when it is resolved.
34
-
| Overall incident rate: P1 | Total number of priority 2 incidents which occurred.
35
-
| Mean time to restore service: P2 | Mean time from priority 2 incident starting to when it is resolved.
36
-
| Overall incident rate: P3 | Total number of priority 3 incidents which occurred.
37
-
| Mean time to restore service: P3 | Mean time from priority 3 incident starting to when it is resolved.
33
+
| Measure | Definition (each calculated over the last 28 days)|
0 commit comments