Skip to content

Commit b75bbbd

Browse files
authored
fix: histogram metric assignment (#119)
1 parent 80c564f commit b75bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-metrics/src/gateway.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Metrics {
9191
sub_registry.register(
9292
METRICS_HIST_TTFB_CACHED,
9393
"Histogram of TTFB from Cache",
94-
Box::new(hist_ttfb.clone()),
94+
Box::new(hist_ttfb_cached.clone()),
9595
);
9696

9797
let hist_ttsf = Histogram::new(linear_buckets(0.0, 500.0, 240));

0 commit comments

Comments
 (0)