Skip to content

Commit

Permalink
buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Mar 4, 2024
1 parent a86bd85 commit e03a175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/infra/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ metrics! {
histogram_duration executor_import_offline{} [],

"Number of accounts read in a single EVM execution."
histogram_counter executor_import_offline_account_reads{} [10., 20., 30., 40., 50., 60., 70., 80., 90., 100., 150., 200.],
histogram_counter executor_import_offline_account_reads{} [0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 20., 30., 40., 50., 60., 70., 80., 90., 100., 150., 200.],

"Number of slots read in a single EVM execution."
histogram_counter executor_import_offline_slot_reads{} [0., 100., 200., 300., 400., 500., 600., 700., 800., 900., 1000., 1500., 2000., 2500., 3000.],
histogram_counter executor_import_offline_slot_reads{} [0., 25., 50., 75., 100., 200., 300., 400., 500., 600., 700., 800., 900., 1000., 2000., 3000., 4000., 5000.],

"Time to execute and persist temporary changes of a single transaction inside import_offline operation."
histogram_duration executor_import_offline_transaction{} [],
Expand Down

0 comments on commit e03a175

Please sign in to comment.