Struct mz_persist_client::internal::metrics::ShardMetrics
source · pub struct ShardMetrics {Show 45 fields
pub shard_id: ShardId,
pub name: String,
pub since: DeleteOnDropGauge<'static, AtomicI64, Vec<String>>,
pub upper: DeleteOnDropGauge<'static, AtomicI64, Vec<String>>,
pub largest_batch_size: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub latest_rollup_size: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub encoded_diff_size: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub hollow_batch_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub spine_batch_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub batch_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
batch_part_version_count: UIntGaugeVec,
batch_part_version_bytes: UIntGaugeVec,
batch_part_version_map: Mutex<BTreeMap<String, BatchPartVersionMetrics>>,
pub update_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub rollup_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub seqnos_held: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub seqnos_since_last_rollup: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub gc_seqno_held_parts: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub gc_live_diffs: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub usage_current_state_batches_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub usage_current_state_rollups_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub usage_referenced_not_current_state_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub usage_not_leaked_not_referenced_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub usage_leaked_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub gc_finished: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub compaction_applied: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub cmd_succeeded: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub pubsub_push_diff_applied: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub pubsub_push_diff_not_applied_stale: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub pubsub_push_diff_not_applied_out_of_order: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub blob_gets: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub blob_sets: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub live_writers: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub unconsolidated_snapshot: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
pub backpressure_emitted_bytes: Arc<DeleteOnDropCounter<'static, AtomicU64, Vec<String>>>,
pub backpressure_last_backpressured_bytes: Arc<DeleteOnDropGauge<'static, AtomicU64, Vec<String>>>,
pub backpressure_retired_bytes: Arc<DeleteOnDropCounter<'static, AtomicU64, Vec<String>>>,
pub rewrite_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub inline_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub inline_part_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub compact_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub compacting_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub noncompact_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub schema_registry_version_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>,
pub inline_backpressure_count: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>,
}
Fields§
§shard_id: ShardId
§name: String
§since: DeleteOnDropGauge<'static, AtomicI64, Vec<String>>
§upper: DeleteOnDropGauge<'static, AtomicI64, Vec<String>>
§largest_batch_size: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§latest_rollup_size: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§encoded_diff_size: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§hollow_batch_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§spine_batch_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§batch_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§batch_part_version_count: UIntGaugeVec
§batch_part_version_bytes: UIntGaugeVec
§batch_part_version_map: Mutex<BTreeMap<String, BatchPartVersionMetrics>>
§update_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§rollup_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§seqnos_held: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§seqnos_since_last_rollup: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§gc_seqno_held_parts: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§gc_live_diffs: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§usage_current_state_batches_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§usage_current_state_rollups_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§usage_referenced_not_current_state_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§usage_not_leaked_not_referenced_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§usage_leaked_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§gc_finished: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§compaction_applied: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§cmd_succeeded: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§pubsub_push_diff_applied: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§pubsub_push_diff_not_applied_stale: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§pubsub_push_diff_not_applied_out_of_order: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§blob_gets: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§blob_sets: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§live_writers: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§unconsolidated_snapshot: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
§backpressure_emitted_bytes: Arc<DeleteOnDropCounter<'static, AtomicU64, Vec<String>>>
§backpressure_last_backpressured_bytes: Arc<DeleteOnDropGauge<'static, AtomicU64, Vec<String>>>
§backpressure_retired_bytes: Arc<DeleteOnDropCounter<'static, AtomicU64, Vec<String>>>
§rewrite_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§inline_part_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§inline_part_bytes: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§compact_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§compacting_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§noncompact_batches: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§schema_registry_version_count: DeleteOnDropGauge<'static, AtomicU64, Vec<String>>
§inline_backpressure_count: DeleteOnDropCounter<'static, AtomicU64, Vec<String>>
Implementations§
source§impl ShardMetrics
impl ShardMetrics
pub fn new( shard_id: &ShardId, name: &str, shards_metrics: &ShardsMetrics, ) -> Self
pub fn set_since<T: Codec64>(&self, since: &Antichain<T>)
pub fn set_upper<T: Codec64>(&self, upper: &Antichain<T>)
pub(crate) fn set_batch_part_versions<'a>( &self, batch_parts_by_version: impl Iterator<Item = (&'a str, usize)>, )
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ShardMetrics
impl !RefUnwindSafe for ShardMetrics
impl Send for ShardMetrics
impl Sync for ShardMetrics
impl Unpin for ShardMetrics
impl !UnwindSafe for ShardMetrics
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> FutureExt for T
impl<T> FutureExt for T
source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
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
Creates a shared type from an unshared type.
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
impl<P, R> ProtoType<R> for Pwhere
R: RustType<P>,
source§fn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See
RustType::from_proto
.source§fn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See
RustType::into_proto
.source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.