Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <gengliqiii@gmail.com>
  • Loading branch information
gengliqi committed Nov 22, 2021
1 parent 2a1a038 commit ceea152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/raftstore/src/store/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ lazy_static! {
register_histogram!(
"tikv_raftstore_store_write_raftdb_duration_seconds",
"Bucketed histogram of store write raft db duration.",
exponential_buckets(0.0005, 2.0, 26).unwrap()
exponential_buckets(0.00001, 2.0, 26).unwrap()
).unwrap();
pub static ref STORE_WRITE_SEND_DURATION_HISTOGRAM: Histogram =
register_histogram!(
Expand Down
4 changes: 2 additions & 2 deletions metrics/grafana/tikv_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
{
"type": "panel",
"id": "table-old",
"name": "Table (old)",
"id": "table",
"name": "Table",
"version": ""
}
],
Expand Down

0 comments on commit ceea152

Please sign in to comment.