We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e252e1 commit ed4baa4Copy full SHA for ed4baa4
crates/key-server/src/metrics.rs
@@ -65,7 +65,7 @@ impl Metrics {
65
checkpoint_timestamp_delay: register_histogram_with_registry!(
66
"checkpoint_timestamp_delay",
67
"Delay of timestamp of the latest checkpoint",
68
- default_external_call_duration_buckets(),
+ buckets(50.0, 60000.0, 50.0),
69
registry
70
)
71
.unwrap(),
0 commit comments