Commit 24bb7dd4 authored by Kyle Wiebers's avatar Kyle Wiebers

Remove duplicated pipelines_created_counter method

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/235793
parent a17672ce
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment