Struct engine_rocks::rocks_metrics::prometheus_static_scope_1::EngineTickerMetrics2Inner [−][src]
Fields
block_cache_add: LocalIntCounterblock_cache_add_failures: LocalIntCounterblock_cache_byte_read: LocalIntCounterblock_cache_byte_write: LocalIntCounterblock_cache_data_add: LocalIntCounterblock_cache_data_bytes_insert: LocalIntCounterblock_cache_data_hit: LocalIntCounterblock_cache_data_miss: LocalIntCounterblock_cache_filter_add: LocalIntCounterblock_cache_filter_bytes_evict: LocalIntCounterblock_cache_filter_bytes_insert: LocalIntCounterblock_cache_filter_hit: LocalIntCounterblock_cache_filter_miss: LocalIntCounterblock_cache_hit: LocalIntCounterblock_cache_index_add: LocalIntCounterblock_cache_index_bytes_evict: LocalIntCounterblock_cache_index_bytes_insert: LocalIntCounterblock_cache_index_hit: LocalIntCounterblock_cache_index_miss: LocalIntCounterblock_cache_miss: LocalIntCounterbloom_prefix_checked: LocalIntCounterbloom_prefix_useful: LocalIntCounterbloom_useful: LocalIntCounterbytes_overwritten: LocalIntCounterbytes_read: LocalIntCounterbytes_relocated: LocalIntCounterbytes_written: LocalIntCountercompaction_key_drop_newer_entry: LocalIntCountercompaction_key_drop_obsolete: LocalIntCountercompaction_key_drop_range_del: LocalIntCounterflush_write_bytes: LocalIntCountergc_input_files_count: LocalIntCountergc_output_files_count: LocalIntCounterget_hit_l0: LocalIntCounterget_hit_l1: LocalIntCounterget_hit_l2_and_up: LocalIntCounteriter_bytes_read: LocalIntCounterkeys_overwritten: LocalIntCounterkeys_read: LocalIntCounterkeys_relocated: LocalIntCounterkeys_updated: LocalIntCounterkeys_written: LocalIntCountermemtable_hit: LocalIntCountermemtable_miss: LocalIntCounterno_file_closes: LocalIntCounterno_file_errors: LocalIntCounterno_file_opens: LocalIntCounternumber_blob_get: LocalIntCounternumber_blob_next: LocalIntCounternumber_blob_prev: LocalIntCounternumber_blob_seek: LocalIntCounternumber_db_next: LocalIntCounternumber_db_next_found: LocalIntCounternumber_db_prev: LocalIntCounternumber_db_prev_found: LocalIntCounternumber_db_seek: LocalIntCounternumber_db_seek_found: LocalIntCounteroptimized_del_drop_obsolete: LocalIntCounterrange_del_drop_obsolete: LocalIntCounterread_amp_estimate_useful_bytes: LocalIntCounterread_amp_total_read_bytes: LocalIntCounterwal_file_bytes: LocalIntCounterwrite_done_by_other: LocalIntCounterwrite_done_by_self: LocalIntCounterwrite_timeout: LocalIntCounterwrite_with_wal: LocalIntCounterblob_cache_hit: LocalIntCounterblob_cache_miss: LocalIntCounterno_need: LocalIntCounterremain: LocalIntCounterdiscardable: LocalIntCountersample: LocalIntCountersmall_file: LocalIntCounterfailure: LocalIntCountersuccess: LocalIntCountertrigger_next: LocalIntCounterImplementations
impl EngineTickerMetrics2Inner[src]
pub fn from(label_0: &str, m: &IntCounterVec) -> EngineTickerMetrics2Inner[src]
pub fn flush(&self)[src]
Auto Trait Implementations
impl !RefUnwindSafe for EngineTickerMetrics2Inner
impl Send for EngineTickerMetrics2Inner
impl !Sync for EngineTickerMetrics2Inner
impl Unpin for EngineTickerMetrics2Inner
impl UnwindSafe for EngineTickerMetrics2Inner
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T[src]
pub const ALIGN: usize[src]
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize[src]
pub unsafe fn deref<'a>(ptr: usize) -> &'a T[src]
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T[src]
pub unsafe fn drop(ptr: usize)[src]
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,