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,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,