Commit 38c91c0c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix typo in builds queue retrieval duration metric name

parent 6ddc8316
......@@ -203,8 +203,8 @@ module Gitlab
end
def self.queue_retrieval_duration_seconds
strong_memoize(:queue_retrival_duration_seconds) do
name = :gitlab_ci_queue_retrival_duration_seconds
strong_memoize(:queue_retrieval_duration_seconds) do
name = :gitlab_ci_queue_retrieval_duration_seconds
comment = 'Time it takes to execute a SQL query to retrieve builds queue'
buckets = QUEUE_PROCESSING_DURATION_SECONDS_BUCKETS
labels = {}
......
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