misc/metrics: Use correct event name for dcutr metrics (#2714)

This commit is contained in:
Friedel Ziegelmayer
2022-06-21 07:04:18 +02:00
committed by GitHub
parent ea487aebfe
commit cb3784a8b3
3 changed files with 6 additions and 2 deletions

View File

@ -29,7 +29,7 @@ pub struct Metrics {
impl Metrics {
pub fn new(registry: &mut Registry) -> Self {
let sub_registry = registry.sub_registry_with_prefix("relay");
let sub_registry = registry.sub_registry_with_prefix("dcutr");
let events = Family::default();
sub_registry.register(