We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645f47 commit d9c6f28Copy full SHA for d9c6f28
crates/utils/src/metrics/registry.rs
@@ -77,7 +77,7 @@ pub(super) fn init() -> Registry {
77
update_db_duration_milliseconds.clone(),
78
);
79
80
- let zktrie_get_duration_microseconds = Histogram::new(linear_buckets(0.1, 1.0, 10));
+ let zktrie_get_duration_microseconds = Histogram::new(linear_buckets(50.0, 500.0, 10));
81
registry.register(
82
"zktrie_get_duration",
83
"Duration of zktrie_get in microseconds",
0 commit comments