Struct tikv::coprocessor::metrics::prometheus_static_scope_2::PerfCounter2Inner [−][src]
Fields
user_key_comparison_count: LocalIntCounter
block_cache_hit_count: LocalIntCounter
block_read_count: LocalIntCounter
block_read_byte: LocalIntCounter
block_read_time: LocalIntCounter
block_cache_index_hit_count: LocalIntCounter
index_block_read_count: LocalIntCounter
block_cache_filter_hit_count: LocalIntCounter
filter_block_read_count: LocalIntCounter
block_checksum_time: LocalIntCounter
block_decompress_time: LocalIntCounter
get_read_bytes: LocalIntCounter
iter_read_bytes: LocalIntCounter
internal_key_skipped_count: LocalIntCounter
internal_delete_skipped_count: LocalIntCounter
internal_recent_skipped_count: LocalIntCounter
get_snapshot_time: LocalIntCounter
get_from_memtable_time: LocalIntCounter
get_from_memtable_count: LocalIntCounter
get_post_process_time: LocalIntCounter
get_from_output_files_time: LocalIntCounter
seek_on_memtable_time: LocalIntCounter
seek_on_memtable_count: LocalIntCounter
next_on_memtable_count: LocalIntCounter
prev_on_memtable_count: LocalIntCounter
seek_child_seek_time: LocalIntCounter
seek_child_seek_count: LocalIntCounter
seek_min_heap_time: LocalIntCounter
seek_max_heap_time: LocalIntCounter
seek_internal_seek_time: LocalIntCounter
db_mutex_lock_nanos: LocalIntCounter
db_condition_wait_nanos: LocalIntCounter
read_index_block_nanos: LocalIntCounter
read_filter_block_nanos: LocalIntCounter
new_table_block_iter_nanos: LocalIntCounter
new_table_iterator_nanos: LocalIntCounter
block_seek_nanos: LocalIntCounter
find_table_nanos: LocalIntCounter
bloom_memtable_hit_count: LocalIntCounter
bloom_memtable_miss_count: LocalIntCounter
bloom_sst_hit_count: LocalIntCounter
bloom_sst_miss_count: LocalIntCounter
get_cpu_nanos: LocalIntCounter
iter_next_cpu_nanos: LocalIntCounter
iter_prev_cpu_nanos: LocalIntCounter
iter_seek_cpu_nanos: LocalIntCounter
encrypt_data_nanos: LocalIntCounter
decrypt_data_nanos: LocalIntCounter
Implementations
impl PerfCounter2Inner
[src][−]
pub fn from(label_0: &str, m: &IntCounterVec) -> PerfCounter2Inner
[src]
pub fn flush(&self)
[src]
Auto Trait Implementations
impl !RefUnwindSafe for PerfCounter2Inner
impl Send for PerfCounter2Inner
impl !Sync for PerfCounter2Inner
impl Unpin for PerfCounter2Inner
impl UnwindSafe for PerfCounter2Inner
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<V, W> ConvertFrom<W> for V where
W: ConvertTo<V>,
[src][+]
W: ConvertTo<V>,
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> 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>,