Skip to content

Commit 56845af

Browse files
committed
deps: update iroh-metrics ref
1 parent b12c64c commit 56845af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portmapper/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use iroh_metrics::{Counter, MetricsGroup};
22

33
/// Enum of metrics for the module
44
#[derive(Debug, Clone, MetricsGroup)]
5-
#[metrics_group(name = "portmap")]
5+
#[metrics(name = "portmap")]
66
pub struct Metrics {
77
/*
88
* General port mapping metrics

0 commit comments

Comments
 (0)