pub struct ModeMetrics {
pub messages_accepted: AtomicU64,
pub messages_rejected: AtomicU64,
pub sessions_started: AtomicU64,
pub sessions_resolved: AtomicU64,
pub sessions_expired: AtomicU64,
pub sessions_cancelled: AtomicU64,
pub sessions_suspended: AtomicU64,
pub sessions_resumed: AtomicU64,
pub commitments_accepted: AtomicU64,
pub commitments_rejected: AtomicU64,
}Fields§
§messages_accepted: AtomicU64§messages_rejected: AtomicU64§sessions_started: AtomicU64§sessions_resolved: AtomicU64§sessions_expired: AtomicU64§sessions_cancelled: AtomicU64§sessions_suspended: AtomicU64§sessions_resumed: AtomicU64§commitments_accepted: AtomicU64§commitments_rejected: AtomicU64Implementations§
Source§impl ModeMetrics
impl ModeMetrics
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ModeMetrics
impl RefUnwindSafe for ModeMetrics
impl Send for ModeMetrics
impl Sync for ModeMetrics
impl Unpin for ModeMetrics
impl UnsafeUnpin for ModeMetrics
impl UnwindSafe for ModeMetrics
Blanket Implementations§
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request