tracer-packet-stats reporting should not reset id (#27012)
This commit is contained in:
parent
ad3e10f3bd
commit
b6d38aad69
|
@ -199,7 +199,8 @@ impl TracerPacketStats {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
*self = Self::default();
|
let id = self.id;
|
||||||
|
*self = Self::new(id);
|
||||||
self.last_report = timestamp();
|
self.last_report = timestamp();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue