Skip to content

Commit

Permalink
engine: enlarge buckets (tikv#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang authored Nov 23, 2016
1 parent 8a15732 commit 5f3c836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/engine/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy_static! {
histogram_opts!(
"tikv_storage_engine_async_request_duration_seconds",
"Bucketed histogram of processing successful asynchronous requests.",
[exponential_buckets(0.0005, 2.0, 13).unwrap()]),
[exponential_buckets(0.0005, 2.0, 20).unwrap()]),
&["type"]
).unwrap();

Expand Down

0 comments on commit 5f3c836

Please sign in to comment.