Struct tikv::server::metrics::prometheus_static_scope_13::GrpcProxyMsgCounterVecInner [−][src]
Fields
invalid: GrpcProxyMsgCounterVec2Inner
kv_get: GrpcProxyMsgCounterVec2Inner
kv_scan: GrpcProxyMsgCounterVec2Inner
kv_prewrite: GrpcProxyMsgCounterVec2Inner
kv_pessimistic_lock: GrpcProxyMsgCounterVec2Inner
kv_pessimistic_rollback: GrpcProxyMsgCounterVec2Inner
kv_commit: GrpcProxyMsgCounterVec2Inner
kv_cleanup: GrpcProxyMsgCounterVec2Inner
kv_batch_get: GrpcProxyMsgCounterVec2Inner
kv_batch_get_command: GrpcProxyMsgCounterVec2Inner
kv_batch_rollback: GrpcProxyMsgCounterVec2Inner
kv_txn_heart_beat: GrpcProxyMsgCounterVec2Inner
kv_check_txn_status: GrpcProxyMsgCounterVec2Inner
kv_check_secondary_locks: GrpcProxyMsgCounterVec2Inner
kv_scan_lock: GrpcProxyMsgCounterVec2Inner
kv_resolve_lock: GrpcProxyMsgCounterVec2Inner
kv_gc: GrpcProxyMsgCounterVec2Inner
kv_delete_range: GrpcProxyMsgCounterVec2Inner
raw_get: GrpcProxyMsgCounterVec2Inner
raw_batch_get: GrpcProxyMsgCounterVec2Inner
raw_batch_get_command: GrpcProxyMsgCounterVec2Inner
raw_scan: GrpcProxyMsgCounterVec2Inner
raw_batch_scan: GrpcProxyMsgCounterVec2Inner
raw_put: GrpcProxyMsgCounterVec2Inner
raw_batch_put: GrpcProxyMsgCounterVec2Inner
raw_delete: GrpcProxyMsgCounterVec2Inner
raw_delete_range: GrpcProxyMsgCounterVec2Inner
raw_batch_delete: GrpcProxyMsgCounterVec2Inner
raw_get_key_ttl: GrpcProxyMsgCounterVec2Inner
raw_compare_and_swap: GrpcProxyMsgCounterVec2Inner
unsafe_destroy_range: GrpcProxyMsgCounterVec2Inner
physical_scan_lock: GrpcProxyMsgCounterVec2Inner
register_lock_observer: GrpcProxyMsgCounterVec2Inner
check_lock_observer: GrpcProxyMsgCounterVec2Inner
remove_lock_observer: GrpcProxyMsgCounterVec2Inner
coprocessor: GrpcProxyMsgCounterVec2Inner
coprocessor_stream: GrpcProxyMsgCounterVec2Inner
raw_coprocessor: GrpcProxyMsgCounterVec2Inner
mvcc_get_by_key: GrpcProxyMsgCounterVec2Inner
mvcc_get_by_start_ts: GrpcProxyMsgCounterVec2Inner
split_region: GrpcProxyMsgCounterVec2Inner
read_index: GrpcProxyMsgCounterVec2Inner
check_leader: GrpcProxyMsgCounterVec2Inner
batch_commands: GrpcProxyMsgCounterVec2Inner
last_flush: Cell<u64>
flush_millis: u64
Implementations
impl GrpcProxyMsgCounterVecInner
[src][−]
pub fn from(m: &IntCounterVec) -> GrpcProxyMsgCounterVecInner
[src]
pub fn flush(&self)
[src]
pub fn with_flush_duration(self, duration: Duration) -> Self
[src]
Trait Implementations
impl CounterDelegator<GrpcProxyMsgCounterVecInner, GenericLocalCounter<AtomicI64>> for GrpcProxyMsgCounterVec2Delegator
[src][+]
impl LocalMetric for GrpcProxyMsgCounterVecInner
[src][+]
impl MayFlush for GrpcProxyMsgCounterVecInner
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for GrpcProxyMsgCounterVecInner
impl Send for GrpcProxyMsgCounterVecInner
impl !Sync for GrpcProxyMsgCounterVecInner
impl Unpin for GrpcProxyMsgCounterVecInner
impl UnwindSafe for GrpcProxyMsgCounterVecInner
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>,