diff --git a/doc/administration/reference_architectures/2k_users.md b/doc/administration/reference_architectures/2k_users.md index c66964d5159759ac4700f1efa7b64d7147dc2245..b6937fa930db8d26c3ef3541e95120e997311201 100644 --- a/doc/administration/reference_architectures/2k_users.md +++ b/doc/administration/reference_architectures/2k_users.md @@ -71,16 +71,16 @@ card "**Redis**" as redis #FF6347 cloud "**Object Storage**" as object_storage #white elb -[#6a9be7]-> gitlab -elb -[#6a9be7]--> monitor +elb -[#6a9be7,norank]--> monitor gitlab -[#32CD32]--> gitaly gitlab -[#32CD32]--> postgres -gitlab -[#32CD32]-> object_storage +gitlab -[#32CD32]> object_storage gitlab -[#32CD32]--> redis -sidekiq -[#ff8dd1]r-> object_storage -sidekiq -[#ff8dd1]----> redis -sidekiq .[#ff8dd1]----> postgres +sidekiq -[#ff8dd1]> object_storage +sidekiq -[#ff8dd1]--> redis +sidekiq .[#ff8dd1]--> postgres sidekiq -[hidden]-> monitor monitor .[#7FFFD4]u-> gitlab @@ -957,6 +957,7 @@ running [Prometheus](../monitoring/prometheus/index.md): 1.1.1.3: gitaly1 1.1.1.4: rails1 1.1.1.5: rails2 + 1.1.1.6: sidekiq ``` Add the following to `/etc/gitlab/gitlab.rb`: @@ -1003,13 +1004,13 @@ running [Prometheus](../monitoring/prometheus/index.md): { 'job_name': 'gitlab-sidekiq', 'static_configs' => [ - 'targets' => ['1.1.1.4:8082', '1.1.1.5:8082'], + 'targets' => ['1.1.1.6:8082'], ], }, { 'job_name': 'static-node', 'static_configs' => [ - 'targets' => ['1.1.1.1:9100', '1.1.1.2:9100', '1.1.1.3:9100', '1.1.1.4:9100', '1.1.1.5:9100'], + 'targets' => ['1.1.1.1:9100', '1.1.1.2:9100', '1.1.1.3:9100', '1.1.1.4:9100', '1.1.1.5:9100', '1.1.1.6:9100'], ], }, ] diff --git a/doc/administration/reference_architectures/index.md b/doc/administration/reference_architectures/index.md index 0dc8ccef4cff81cdb5676f0893f08b6de1d6faa7..0a66a4406292be23889838249f0cdf108b00c7e9 100644 --- a/doc/administration/reference_architectures/index.md +++ b/doc/administration/reference_architectures/index.md @@ -776,6 +776,7 @@ You can find a full history of changes [on the GitLab project](https://gitlab.co **2024:** +- [2024-08](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/163506): Updated Sidekiq configuration for Prometheus in Monitoring node on 2k. - [2024-08](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162144): Added Next Steps breadcrumb section to the pages to help discoverability of additional features. - [2024-05](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153716): Updated the 60 RPS / 3k User and 100 RPS / 5k User pages to have latest Redis guidance on co-locating Redis Sentinel with Redis itself. - [2024-05](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153579): Renamed `Cost to run` section to `Cost calculator templates` to better reflect the calculators are only a starting point and need to be adjusted with specific usage to give more accurate cost estimates.