Skip to content

Commit ed4baa4

Browse files
committed
Capture larger values for staleness metric
1 parent 3e252e1 commit ed4baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/key-server/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Metrics {
6565
checkpoint_timestamp_delay: register_histogram_with_registry!(
6666
"checkpoint_timestamp_delay",
6767
"Delay of timestamp of the latest checkpoint",
68-
default_external_call_duration_buckets(),
68+
buckets(50.0, 60000.0, 50.0),
6969
registry
7070
)
7171
.unwrap(),

0 commit comments

Comments
 (0)