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>2020-08-12 21:10:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-12 21:10:05 +0300
commite6adc5b3f11dd1819291f3e7ecca9535dbf0937d (patch)
tree6d536ca159326074db991b8f2ffe8ccd02f1187c /lib/gitlab
parentf6a3028be7c20cd509685258ba7e50d9d6a68114 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/ci/pipeline/metrics.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/gitlab/ci/pipeline/metrics.rb b/lib/gitlab/ci/pipeline/metrics.rb
index ef6981eeb4d..db6cca27f1c 100644
--- a/lib/gitlab/ci/pipeline/metrics.rb
+++ b/lib/gitlab/ci/pipeline/metrics.rb
@@ -45,15 +45,6 @@ module Gitlab
Gitlab::Metrics.counter(name, comment)
end
end
-
- def pipelines_created_counter
- strong_memoize(:pipelines_created_count) do
- name = :pipelines_created_total
- comment = 'Counter of pipelines created'
-
- Gitlab::Metrics.counter(name, comment)
- end
- end
end
end
end