summaryrefslogtreecommitdiff
path: root/doc/api/dora
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-12 15:14:03 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-12 15:14:03 +0000
commita75c69379b2cc15b8851aa61e874b06ea5856f83 (patch)
treee3927c8a1b9ed1b35543cc3a10624e55b9fbb9dc /doc/api/dora
parent07d9675a80861fe84199e4002667f0bd57c160bf (diff)
downloadgitlab-ce-a75c69379b2cc15b8851aa61e874b06ea5856f83.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/dora')
-rw-r--r--doc/api/dora/metrics.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/dora/metrics.md b/doc/api/dora/metrics.md
index 99473ca7b4c..543b6583fde 100644
--- a/doc/api/dora/metrics.md
+++ b/doc/api/dora/metrics.md
@@ -105,3 +105,6 @@ parameter:
| `deployment_frequency` | The number of successful deployments during the time period. |
| `lead_time_for_changes` | The median number of seconds between the merge of the merge request (MR) and the deployment of the MR's commits for all MRs deployed during the time period. |
| `time_to_restore_service` | The median number of seconds an incident was open during the time period. Available only for production environment. |
+
+NOTE:
+The API returns the `monthly` and `all` intervals by calculating the median of the daily median values. This can introduce a slight inaccuracy in the returned data.