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 'data/removals/14_1/removal-memory-prometheus-options-source.yml')
-rw-r--r--data/removals/14_1/removal-memory-prometheus-options-source.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/removals/14_1/removal-memory-prometheus-options-source.yml b/data/removals/14_1/removal-memory-prometheus-options-source.yml
new file mode 100644
index 00000000000..afef081c348
--- /dev/null
+++ b/data/removals/14_1/removal-memory-prometheus-options-source.yml
@@ -0,0 +1,8 @@
+- name: "Remove support for `prometheus.listen_address` and `prometheus.enable`"
+ removal_date: July 22, 2021
+ removal_milestone: "14.1"
+ reporter: fzimmer
+ body: |
+ The support for `prometheus.listen_address` and `prometheus.enable` has been removed from `gitlab.yml`. Use `prometheus.enabled` and `prometheus.server_address` to set up Prometheus server that GitLab instance connects to. Refer to [our documentation](https://docs.gitlab.com/ee/install/installation.html#prometheus-server-setup) for details.
+
+ This only affects new installations from source where users might use the old configurations.