pub struct WalStatsSnapshot {Show 17 fields
pub enabled: bool,
pub entries_written: u64,
pub segments_rotated: u64,
pub bytes_written: u64,
pub last_flush_ms: u64,
pub recoveries: u64,
pub snapshots_written: u64,
pub tcp_export_enabled: bool,
pub tcp_export_frames_queued: u64,
pub tcp_export_frames_sent: u64,
pub tcp_export_bytes_sent: u64,
pub tcp_export_frames_dropped: u64,
pub tcp_export_connect_failures: u64,
pub tcp_export_write_failures: u64,
pub tcp_export_active_subscribers: usize,
pub tcp_export_subscribers_accepted: u64,
pub tcp_export_subscribers_rejected: u64,
}Fields§
§enabled: bool§entries_written: u64§segments_rotated: u64§bytes_written: u64§last_flush_ms: u64§recoveries: u64§snapshots_written: u64§tcp_export_enabled: bool§tcp_export_frames_queued: u64§tcp_export_frames_sent: u64§tcp_export_bytes_sent: u64§tcp_export_frames_dropped: u64§tcp_export_connect_failures: u64§tcp_export_write_failures: u64§tcp_export_active_subscribers: usize§tcp_export_subscribers_accepted: u64§tcp_export_subscribers_rejected: u64Trait Implementations§
Source§impl Clone for WalStatsSnapshot
impl Clone for WalStatsSnapshot
Source§fn clone(&self) -> WalStatsSnapshot
fn clone(&self) -> WalStatsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WalStatsSnapshot
impl Debug for WalStatsSnapshot
Source§impl Default for WalStatsSnapshot
impl Default for WalStatsSnapshot
Source§fn default() -> WalStatsSnapshot
fn default() -> WalStatsSnapshot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WalStatsSnapshot
impl RefUnwindSafe for WalStatsSnapshot
impl Send for WalStatsSnapshot
impl Sync for WalStatsSnapshot
impl Unpin for WalStatsSnapshot
impl UnsafeUnpin for WalStatsSnapshot
impl UnwindSafe for WalStatsSnapshot
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