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

removal-memory-prometheus-options-source.yml « 14_1 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a98dc74bbafd4a00601ba89b8cd2fb3634dd6ee3 (plain)
1
2
3
4
5
6
7
8
9
- title: "Remove support for `prometheus.listen_address` and `prometheus.enable`"
  removal_date: July 22, 2021
  removal_milestone: "14.1"
  reporter: fzimmer
  breaking_change: false
  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.