fix typo in the buckets
This commit is contained in:
parent
b1ba8eb9a2
commit
a760445f9b
|
|
@ -140,7 +140,7 @@ module Gitlab
|
||||||
define_histogram :gitlab_transaction_duration_seconds do
|
define_histogram :gitlab_transaction_duration_seconds do
|
||||||
docstring 'Transaction duration'
|
docstring 'Transaction duration'
|
||||||
base_labels BASE_LABELS
|
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
|
end
|
||||||
|
|
||||||
define_histogram :gitlab_transaction_allocated_memory_bytes do
|
define_histogram :gitlab_transaction_allocated_memory_bytes do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue