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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-21 00:10:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-21 00:10:41 +0300
commit5bbc92d39c958030d839507cf446d30e656a0f7c (patch)
treede59743db1c3d55bb9f105c53402b0eacfa2f96f /doc/update/deprecations.md
parentd66aa9b2992a7d44cc6bae54dfa1c3ba08ad8ef4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/deprecations.md')
-rw-r--r--doc/update/deprecations.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 153119da1cc..c32bc160feb 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -1037,6 +1037,24 @@ removed in 17.0.
<div class="deprecation breaking-change" data-milestone="17.0">
+### `postgres_exporter['per_table_stats']` configuration setting
+
+<div class="deprecation-notes">
+- Announced in GitLab <span class="milestone">16.4</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/omnibus-gitlab/-/issues/8164).
+</div>
+
+The Linux package provides custom queries for the bundled PostgreSQL exporter, which included a `per_table_stats` query controlled by `postgres_exporter['per_table_stats']`
+configuration setting.
+
+The PostgreSQL exporter now provides a `stat_user_tables` collector that provides the same metrics. If you had `postgres_exporter['per_table_stats']` enabled,
+enable `postgres_exporter['flags']['collector.stat_user_tables']` instead.
+
+</div>
+
+<div class="deprecation breaking-change" data-milestone="17.0">
+
### `sidekiq` delivery method for `incoming_email` and `service_desk_email` is deprecated
<div class="deprecation-notes">