From fe0260eaa337339a131624a8b71d7a05a3664a18 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 16 May 2023 03:07:16 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../16-0-remove-legacy-gitaly-config-structure.yml | 22 ++++++++++++++++++++ ...6-0-remove-legacy-praefect-config-structure.yml | 22 ++++++++++++++++++++ data/removals/16_0/16-0-remove-metrics.yml | 24 ++++++++++++++++++++++ ...16-0-remove-praefect-custom-metric-endpoint.yml | 18 ++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 data/removals/16_0/16-0-remove-legacy-gitaly-config-structure.yml create mode 100644 data/removals/16_0/16-0-remove-legacy-praefect-config-structure.yml create mode 100644 data/removals/16_0/16-0-remove-metrics.yml create mode 100644 data/removals/16_0/16-0-remove-praefect-custom-metric-endpoint.yml (limited to 'data') diff --git a/data/removals/16_0/16-0-remove-legacy-gitaly-config-structure.yml b/data/removals/16_0/16-0-remove-legacy-gitaly-config-structure.yml new file mode 100644 index 00000000000..13f6669bd10 --- /dev/null +++ b/data/removals/16_0/16-0-remove-legacy-gitaly-config-structure.yml @@ -0,0 +1,22 @@ +--- +- title: "Legacy Gitaly configuration method" + announcement_milestone: "15.10" + removal_milestone: "16.0" + breaking_change: true + reporter: mjwood + stage: gitaly + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/393574 + body: | + Previously, Gitaly configuration keys for Omnibus GitLab were scattered throughout the configuration file. In GitLab + 15.10, we added support for a single configuration structure that matches Gitaly internal configuration. Both methods + of configuring Gitaly were supported in parallel. + + In GitLab 16.0, we removed support for the former configuration method and now only support the new configuration + method. + + Before upgrading to GitLab 16.0, administrators must migrate to the new single configuration structure. For + instructions, see [Gitaly - Omnibus GitLab configuration structure change](https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change). + tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate] + documentation_url: # (optional) This is a link to the current documentation page + image_url: # (optional) This is a link to a thumbnail image depicting the feature + video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg diff --git a/data/removals/16_0/16-0-remove-legacy-praefect-config-structure.yml b/data/removals/16_0/16-0-remove-legacy-praefect-config-structure.yml new file mode 100644 index 00000000000..0b8a745a822 --- /dev/null +++ b/data/removals/16_0/16-0-remove-legacy-praefect-config-structure.yml @@ -0,0 +1,22 @@ +--- +- title: "Legacy Praefect configuration method" + announcement_milestone: "15.9" + removal_milestone: "16.0" + breaking_change: true + reporter: mjwood + stage: gitaly + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/390291 + body: | + Previously, Praefect configuration keys for Omnibus GitLab were scattered throughout the configuration file. In GitLab + 15.9, we added support for a single configuration structure that matches Praefect internal configuration. Both methods + of configuring Praefect were supported in parallel. + + In GitLab 16.0, we removed support for the former configuration method and now only support the new configuration + method. + + Before upgrading to GitLab 16.0, administrators must migrate to the new single configuration structure. For + instructions, see [Praefect - Omnibus GitLab configuration structure change](https://docs.gitlab.com/ee/update/#praefect-omnibus-gitlab-configuration-structure-change). + tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate] + documentation_url: https://docs.gitlab.com/ee/administration/gitaly/praefect.html + image_url: # (optional) This is a link to a thumbnail image depicting the feature + video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg diff --git a/data/removals/16_0/16-0-remove-metrics.yml b/data/removals/16_0/16-0-remove-metrics.yml new file mode 100644 index 00000000000..0e2df8a3ecd --- /dev/null +++ b/data/removals/16_0/16-0-remove-metrics.yml @@ -0,0 +1,24 @@ +- title: "Monitoring performance metrics through Prometheus is removed" + announcement_milestone: "14.7" + removal_milestone: "16.0" + breaking_change: true + reporter: kbychu + stage: monitor + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/346541 + body: | + We previously launched a solution that allows you to view performance metrics by displaying data stored in a Prometheus instance. + The Prometheus instance can be set up as a GitLab-managed app or you can connect a previously configured Prometheus instance. + The latter is known as an "external Prometheus" in GitLab. The value we provided was to enable you to easily set up monitoring + (using GitLab Managed Apps) and have the visualization of the metrics all in the same tool you used to build the application. + + However, as we are removing certificate-based integrations, the full monitoring experience is also deprecated as you will not + have the option to easily set up Prometheus from GitLab. Furthermore, we plan to consolidate on + a focused observability dashboard experience instead of having multiple paths to view metrics. Because of this, we are also removing the external + Prometheus experience, together with the metrics visualization capability. + + This removal only refers to the GitLab Metrics capabilities, and **does not** include: + + - Deprecating [alerts for Prometheus](https://gitlab.com/gitlab-org/gitlab/-/issues/338834). + - [Capabilities that GitLab comes with that allow operators of GitLab to retrieve metrics from those instances](https://docs.gitlab.com/ee/administration/monitoring/prometheus/gitlab_metrics.html). + + tiers: [Free, Silver, Gold, Core, Premium, Ultimate] diff --git a/data/removals/16_0/16-0-remove-praefect-custom-metric-endpoint.yml b/data/removals/16_0/16-0-remove-praefect-custom-metric-endpoint.yml new file mode 100644 index 00000000000..6642e707c29 --- /dev/null +++ b/data/removals/16_0/16-0-remove-praefect-custom-metric-endpoint.yml @@ -0,0 +1,18 @@ +--- +- title: "Praefect custom metrics endpoint configuration" + announcement_milestone: "15.9" + removal_milestone: "16.0" + breaking_change: true + reporter: mjwood + stage: Gitaly + issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/390266 + body: | + Support for using the `prometheus_exclude_database_from_default_metrics` configuration value was deprecated in + GitLab 15.9 and is removed in GitLab 16.0. We made this change to improve the performance of Praefect. + All metrics that scrape the Praefect database are now exported to the `/db_metrics` endpoint. + + You must update your metrics collection targets to use the `/db_metrics` endpoint. + tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate] + documentation_url: # (optional) This is a link to the current documentation page + image_url: # (optional) This is a link to a thumbnail image depicting the feature + video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg -- cgit v1.2.1