Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/deprecations.md')
-rw-r--r--doc/update/deprecations.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index cba85b1acd9..e0c19a83439 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -1259,6 +1259,20 @@ removed in 17.0.
<div class="deprecation breaking-change" data-milestone="17.0">
+### `metric` filter and `value` field for DORA API
+
+<div class="deprecation-notes">
+- Announced in GitLab <span class="milestone">16.8</span>
+- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
+- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/393172).
+</div>
+
+Multiple DORA metrics can now be queried simultaneously using a new metrics field. The `metric` filter and `value` field for Graphql DORA API will be removed in GitLab 17.0.
+
+</div>
+
+<div class="deprecation breaking-change" data-milestone="17.0">
+
### `postgres_exporter['per_table_stats']` configuration setting
<div class="deprecation-notes">