pub struct SystemStats {Show 51 fields
pub active_memories: i64,
pub active_observations: i64,
pub total_observations: i64,
pub session_summaries: i64,
pub raw_messages: i64,
pub raw_ingest_failures: i64,
pub raw_ingest_parse_errors: i64,
pub raw_ingest_insert_errors: i64,
pub latest_raw_ingest_failure_epoch: Option<i64>,
pub latest_raw_ingest_failure_kind: Option<String>,
pub latest_raw_ingest_failure_path: Option<String>,
pub latest_raw_ingest_failure_message: Option<String>,
pub captured_events: i64,
pub latest_captured_event_epoch: Option<i64>,
pub latest_capture_activity_epoch: Option<i64>,
pub capture_drop_events: i64,
pub actionable_capture_drops: i64,
pub unrecovered_capture_spills: i64,
pub latest_capture_drop_epoch: Option<i64>,
pub latest_capture_drop_reason: Option<String>,
pub latest_capture_drop_detail: Option<String>,
pub pending_extraction_tasks: i64,
pub processing_extraction_tasks: i64,
pub expired_processing_extraction_tasks: i64,
pub failed_extraction_tasks: i64,
pub retryable_extraction_replay_ranges: i64,
pub active_extraction_replay_ranges: i64,
pub quarantined_extraction_replay_ranges: i64,
pub oldest_pending_extraction_epoch: Option<i64>,
pub pending_memory_candidates: i64,
pub total_memory_candidates: i64,
pub promoted_memory_candidates: i64,
pub pending_review_memory_candidates: i64,
pub pending_graph_candidates: i64,
pub pending_observations: i64,
pub ready_pending_observations: i64,
pub delayed_pending_observations: i64,
pub processing_pending_observations: i64,
pub expired_processing_pending_observations: i64,
pub failed_pending_observations: i64,
pub oldest_ready_pending_epoch: Option<i64>,
pub pending_jobs: i64,
pub processing_jobs: i64,
pub failed_jobs: i64,
pub stuck_jobs: i64,
pub failure_lifecycle: FailureLifecycleStats,
pub worker_daemon_healthy: bool,
pub worker_heartbeat_owner: Option<String>,
pub worker_heartbeat_age_secs: Option<i64>,
pub legacy_surfaces: Vec<LegacySurfaceStats>,
pub poisoning_defense: PoisoningDefenseStats,
}Fields§
§active_memories: i64§active_observations: i64§total_observations: i64§session_summaries: i64§raw_messages: i64§raw_ingest_failures: i64§raw_ingest_parse_errors: i64§raw_ingest_insert_errors: i64§latest_raw_ingest_failure_epoch: Option<i64>§latest_raw_ingest_failure_kind: Option<String>§latest_raw_ingest_failure_path: Option<String>§latest_raw_ingest_failure_message: Option<String>§captured_events: i64§latest_captured_event_epoch: Option<i64>§latest_capture_activity_epoch: Option<i64>§capture_drop_events: i64§actionable_capture_drops: i64§unrecovered_capture_spills: i64§latest_capture_drop_epoch: Option<i64>§latest_capture_drop_reason: Option<String>§latest_capture_drop_detail: Option<String>§pending_extraction_tasks: i64§processing_extraction_tasks: i64§expired_processing_extraction_tasks: i64§failed_extraction_tasks: i64§retryable_extraction_replay_ranges: i64§active_extraction_replay_ranges: i64§quarantined_extraction_replay_ranges: i64§oldest_pending_extraction_epoch: Option<i64>§pending_memory_candidates: i64§total_memory_candidates: i64§promoted_memory_candidates: i64§pending_review_memory_candidates: i64§pending_graph_candidates: i64§pending_observations: i64§ready_pending_observations: i64§delayed_pending_observations: i64§processing_pending_observations: i64§expired_processing_pending_observations: i64§failed_pending_observations: i64§oldest_ready_pending_epoch: Option<i64>§pending_jobs: i64§processing_jobs: i64§failed_jobs: i64§stuck_jobs: i64§failure_lifecycle: FailureLifecycleStats§worker_daemon_healthy: bool§worker_heartbeat_owner: Option<String>§worker_heartbeat_age_secs: Option<i64>§legacy_surfaces: Vec<LegacySurfaceStats>§poisoning_defense: PoisoningDefenseStatsTrait Implementations§
Source§impl Clone for SystemStats
impl Clone for SystemStats
Source§fn clone(&self) -> SystemStats
fn clone(&self) -> SystemStats
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 SystemStats
impl Debug for SystemStats
impl Eq for SystemStats
Source§impl PartialEq for SystemStats
impl PartialEq for SystemStats
impl StructuralPartialEq for SystemStats
Auto Trait Implementations§
impl Freeze for SystemStats
impl RefUnwindSafe for SystemStats
impl Send for SystemStats
impl Sync for SystemStats
impl Unpin for SystemStats
impl UnsafeUnpin for SystemStats
impl UnwindSafe for SystemStats
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.impl<A, B, T> HttpServerConnExec<A, B> for Twhere
B: Body,
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more