Struct mz_metrics::lgalloc::LgMetrics
source · struct LgMetrics {Show 24 fields
size_class: BTreeMap<usize, LgMetricsSC>,
allocations_total: UIntGaugeVec,
area_total_bytes: UIntGaugeVec,
areas_total: UIntGaugeVec,
clean_regions_total: UIntGaugeVec,
clean_regions_bytes_total: UIntGaugeVec,
deallocations_total: UIntGaugeVec,
free_regions_total: UIntGaugeVec,
free_regions_bytes_total: UIntGaugeVec,
global_regions_total: UIntGaugeVec,
global_regions_bytes_total: UIntGaugeVec,
refill_total: UIntGaugeVec,
slow_path_total: UIntGaugeVec,
thread_regions_total: UIntGaugeVec,
thread_regions_bytes_total: UIntGaugeVec,
clear_eager_total: UIntGaugeVec,
clear_eager_bytes_total: UIntGaugeVec,
clear_slow_total: UIntGaugeVec,
clear_slow_bytes_total: UIntGaugeVec,
file_size_bytes: UIntGaugeVec,
file_allocated_size_bytes: UIntGaugeVec,
vm_mapped_bytes: UIntGaugeVec,
vm_active_bytes: UIntGaugeVec,
vm_dirty_bytes: UIntGaugeVec,
}
Fields§
§size_class: BTreeMap<usize, LgMetricsSC>
§allocations_total: UIntGaugeVec
§area_total_bytes: UIntGaugeVec
§areas_total: UIntGaugeVec
§clean_regions_total: UIntGaugeVec
§clean_regions_bytes_total: UIntGaugeVec
§deallocations_total: UIntGaugeVec
§free_regions_total: UIntGaugeVec
§free_regions_bytes_total: UIntGaugeVec
§global_regions_total: UIntGaugeVec
§global_regions_bytes_total: UIntGaugeVec
§refill_total: UIntGaugeVec
§slow_path_total: UIntGaugeVec
§thread_regions_total: UIntGaugeVec
§thread_regions_bytes_total: UIntGaugeVec
§clear_eager_total: UIntGaugeVec
§clear_eager_bytes_total: UIntGaugeVec
§clear_slow_total: UIntGaugeVec
§clear_slow_bytes_total: UIntGaugeVec
§file_size_bytes: UIntGaugeVec
§file_allocated_size_bytes: UIntGaugeVec
§vm_mapped_bytes: UIntGaugeVec
§vm_active_bytes: UIntGaugeVec
§vm_dirty_bytes: UIntGaugeVec
Implementations§
source§impl LgMetrics
impl LgMetrics
fn new(registry: &MetricsRegistry) -> Self
fn get_size_class(&mut self, size_class: usize) -> &LgMetricsSC
fn update(&mut self) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for LgMetrics
impl !RefUnwindSafe for LgMetrics
impl Send for LgMetrics
impl Sync for LgMetrics
impl Unpin for LgMetrics
impl !UnwindSafe for LgMetrics
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