We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868e7b commit 792ea96Copy full SHA for 792ea96
misc/metrics/src/dcutr.rs
@@ -29,7 +29,7 @@ pub struct Metrics {
29
30
impl Metrics {
31
pub fn new(registry: &mut Registry) -> Self {
32
- let sub_registry = registry.sub_registry_with_prefix("relay");
+ let sub_registry = registry.sub_registry_with_prefix("dcutr");
33
34
let events = Family::default();
35
sub_registry.register(
0 commit comments