Skip to content
Snippets Groups Projects
Commit dffd28cc authored by Clemens Beck's avatar Clemens Beck
Browse files

Remove pg table stats deprecation message

The postgres_exporter['per_table_stats'] was deprecated in 16.4 and
removed in 17.1.

With an upgrade stop at 17.3, the deprecation message can now be
can be removed.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8170
parent 520ec489
No related branches found
No related tags found
1 merge request!155Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -327,12 +327,6 @@
note: "Starting with GitLab 15.5, jemalloc is compiled in with the Ruby interpreter and can no longer be disabled."
},
{
config_keys: %w(postgres_exporter per_table_stats),
deprecation: '16.4', # Remove message issue: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8170
removal: '17.1', # Removed in https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8169. This deprecation entry can be removed after the next upgrade stop.
note: "Starting with GitLab 17.0, this directive will be controlled by `postgres_exporter['flags'] = { 'collector.stat_user_tables' => bool }`."
},
{
config_keys: %w(gitlab omnibus_gitconfig),
deprecation: '16.10',
removal: '17.0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment