Commit acc3d418 authored by Kerri Miller's avatar Kerri Miller

Use _ to improve readability of large numbers

parent a132a3ac
...@@ -14,7 +14,7 @@ module Gitlab ...@@ -14,7 +14,7 @@ module Gitlab
define_histogram :gitlab_redis_diff_caching_memory_usage_bytes do define_histogram :gitlab_redis_diff_caching_memory_usage_bytes do
docstring 'Redis diff caching memory usage by key' docstring 'Redis diff caching memory usage by key'
buckets [100, 1000, 10000, 100000, 1000000, 10000000] buckets [100, 1_000, 10_000, 100_000, 1_000_000, 10_000_000]
end end
define_counter :gitlab_redis_diff_caching_hit do define_counter :gitlab_redis_diff_caching_hit 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