Commit a760445f authored by Pawel Chojnacki's avatar Pawel Chojnacki

fix typo in the buckets

parent b1ba8eb9
......@@ -140,7 +140,7 @@ module Gitlab
define_histogram :gitlab_transaction_duration_seconds do
docstring 'Transaction duration'
base_labels BASE_LABELS
buckets [0.001, 0.01, 0.1, 0.5, 10.0]
buckets [0.001, 0.01, 0.1, 1.0, 10.0]
end
define_histogram :gitlab_transaction_allocated_memory_bytes do
......
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