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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-25 15:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-25 15:07:52 +0300
commitc6b57ff7aa1e20e9efbc8a1af64479156e676f4a (patch)
treed8c96b8d645c251b15b82efb78bd2c7a620c809f /metrics_server
parent0d67fb8568f7926073d146910bb60e90a7ab4fac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'metrics_server')
-rw-r--r--metrics_server/metrics_server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics_server/metrics_server.rb b/metrics_server/metrics_server.rb
index 2aadc63d65d..695f3a65930 100644
--- a/metrics_server/metrics_server.rb
+++ b/metrics_server/metrics_server.rb
@@ -84,7 +84,7 @@ class MetricsServer # rubocop:disable Gitlab/NamespacedClass
end
FileUtils.mkdir_p(@metrics_dir, mode: 0700)
- ::Prometheus::CleanupMultiprocDirService.new.execute if @wipe_metrics_dir
+ ::Prometheus::CleanupMultiprocDirService.new(@metrics_dir).execute if @wipe_metrics_dir
# We need to `warmup: true` since otherwise the sampler and exporter threads enter
# a race where not all Prometheus db files will be visible to the exporter, resulting