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

15-0-sidekiq-metrics-health-check-config.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfd0d5f5b13631dd86c3c4a0ddb701cd7d7d6282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
- name: "Sidekiq configuration for metrics and health checks"
  announcement_milestone: "14.7"
  announcement_date: "2021-01-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  body: |  # Do not modify this line, instead modify the lines below.
    In GitLab 15.0, you can no longer serve Sidekiq metrics and health checks over a single address and port.

    To improve stability, availability, and prevent data loss in edge cases, GitLab now serves
    [Sidekiq metrics and health checks from two separate servers](https://gitlab.com/groups/gitlab-org/-/epics/6409).

    When you use Omnibus or Helm charts, if GitLab is configured for both servers to bind to the same address,
    a configuration error occurs.
    To prevent this error, choose different ports for the metrics and health check servers:

    - [Configure Sidekiq health checks](https://docs.gitlab.com/ee/administration/sidekiq.html#configure-health-checks)
    - [Configure the Sidekiq metrics server](https://docs.gitlab.com/ee/administration/sidekiq.html#configure-the-sidekiq-metrics-server)

    If you installed GitLab from source, verify manually that both servers are configured to bind to separate addresses and ports.
  stage: Enablement
  tiers: [Free, Premium, Ultimate]
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347509
  documentation_url: https://docs.gitlab.com/ee/administration/sidekiq.html