Struct engine_rocks::rocks_metrics::prometheus_static_scope_1::EngineTickerMetrics2Inner [−][src]
Fields
block_cache_add: LocalIntCounter
block_cache_add_failures: LocalIntCounter
block_cache_byte_read: LocalIntCounter
block_cache_byte_write: LocalIntCounter
block_cache_data_add: LocalIntCounter
block_cache_data_bytes_insert: LocalIntCounter
block_cache_data_hit: LocalIntCounter
block_cache_data_miss: LocalIntCounter
block_cache_filter_add: LocalIntCounter
block_cache_filter_bytes_evict: LocalIntCounter
block_cache_filter_bytes_insert: LocalIntCounter
block_cache_filter_hit: LocalIntCounter
block_cache_filter_miss: LocalIntCounter
block_cache_hit: LocalIntCounter
block_cache_index_add: LocalIntCounter
block_cache_index_bytes_evict: LocalIntCounter
block_cache_index_bytes_insert: LocalIntCounter
block_cache_index_hit: LocalIntCounter
block_cache_index_miss: LocalIntCounter
block_cache_miss: LocalIntCounter
bloom_prefix_checked: LocalIntCounter
bloom_prefix_useful: LocalIntCounter
bloom_useful: LocalIntCounter
bytes_overwritten: LocalIntCounter
bytes_read: LocalIntCounter
bytes_relocated: LocalIntCounter
bytes_written: LocalIntCounter
compaction_key_drop_newer_entry: LocalIntCounter
compaction_key_drop_obsolete: LocalIntCounter
compaction_key_drop_range_del: LocalIntCounter
flush_write_bytes: LocalIntCounter
gc_input_files_count: LocalIntCounter
gc_output_files_count: LocalIntCounter
get_hit_l0: LocalIntCounter
get_hit_l1: LocalIntCounter
get_hit_l2_and_up: LocalIntCounter
iter_bytes_read: LocalIntCounter
keys_overwritten: LocalIntCounter
keys_read: LocalIntCounter
keys_relocated: LocalIntCounter
keys_updated: LocalIntCounter
keys_written: LocalIntCounter
memtable_hit: LocalIntCounter
memtable_miss: LocalIntCounter
no_file_closes: LocalIntCounter
no_file_errors: LocalIntCounter
no_file_opens: LocalIntCounter
number_blob_get: LocalIntCounter
number_blob_next: LocalIntCounter
number_blob_prev: LocalIntCounter
number_blob_seek: LocalIntCounter
number_db_next: LocalIntCounter
number_db_next_found: LocalIntCounter
number_db_prev: LocalIntCounter
number_db_prev_found: LocalIntCounter
number_db_seek: LocalIntCounter
number_db_seek_found: LocalIntCounter
optimized_del_drop_obsolete: LocalIntCounter
range_del_drop_obsolete: LocalIntCounter
read_amp_estimate_useful_bytes: LocalIntCounter
read_amp_total_read_bytes: LocalIntCounter
wal_file_bytes: LocalIntCounter
write_done_by_other: LocalIntCounter
write_done_by_self: LocalIntCounter
write_timeout: LocalIntCounter
write_with_wal: LocalIntCounter
blob_cache_hit: LocalIntCounter
blob_cache_miss: LocalIntCounter
no_need: LocalIntCounter
remain: LocalIntCounter
discardable: LocalIntCounter
sample: LocalIntCounter
small_file: LocalIntCounter
failure: LocalIntCounter
success: LocalIntCounter
trigger_next: LocalIntCounter
Implementations
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>,