pub struct Metrics {
pub stun_packets_dropped: Counter,
pub stun_packets_sent_ipv4: Counter,
pub stun_packets_sent_ipv6: Counter,
pub stun_packets_recv_ipv4: Counter,
pub stun_packets_recv_ipv6: Counter,
pub reports: Counter,
pub reports_full: Counter,
}
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
Expand description
Enum of metrics for the module
Fields§
§stun_packets_dropped: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§stun_packets_sent_ipv4: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§stun_packets_sent_ipv6: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§stun_packets_recv_ipv4: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§stun_packets_recv_ipv6: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§reports: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
§reports_full: Counter
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metrics
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more