Struct tikv::server::metrics::prometheus_static_scope_14::GrpcMsgHistogramVec[][src]

pub struct GrpcMsgHistogramVec {
    inner: &'static LocalKey<GrpcMsgHistogramVecInner>,
    pub invalid: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_prewrite: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_pessimistic_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_pessimistic_rollback: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_commit: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_cleanup: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_batch_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_batch_get_command: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_batch_rollback: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_txn_heart_beat: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_check_txn_status: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_check_secondary_locks: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_scan_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_resolve_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_gc: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub kv_delete_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_batch_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_batch_get_command: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_batch_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_put: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_batch_put: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_delete: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_delete_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_batch_delete: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_get_key_ttl: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_compare_and_swap: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub unsafe_destroy_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub physical_scan_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub register_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub check_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub remove_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub coprocessor: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub coprocessor_stream: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub raw_coprocessor: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub mvcc_get_by_key: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub mvcc_get_by_start_ts: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub split_region: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub read_index: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub check_leader: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
    pub batch_commands: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>,
}

Fields

inner: &'static LocalKey<GrpcMsgHistogramVecInner>invalid: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_prewrite: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_pessimistic_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_pessimistic_rollback: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_commit: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_cleanup: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_batch_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_batch_get_command: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_batch_rollback: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_txn_heart_beat: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_check_txn_status: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_check_secondary_locks: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_scan_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_resolve_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_gc: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>kv_delete_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_batch_get: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_batch_get_command: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_batch_scan: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_put: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_batch_put: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_delete: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_delete_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_batch_delete: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_get_key_ttl: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_compare_and_swap: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>unsafe_destroy_range: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>physical_scan_lock: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>register_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>check_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>remove_lock_observer: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>coprocessor: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>coprocessor_stream: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>raw_coprocessor: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>mvcc_get_by_key: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>mvcc_get_by_start_ts: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>split_region: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>read_index: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>check_leader: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>batch_commands: AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>

Implementations

impl GrpcMsgHistogramVec[src]

pub fn from(
    inner: &'static LocalKey<GrpcMsgHistogramVecInner>
) -> GrpcMsgHistogramVec
[src]

pub fn get(
    &self,
    enum_value: GrpcTypeKind
) -> &AFLocalHistogram<GrpcMsgHistogramVecInner, GrpcMsgHistogramVecDelegator>
[src]

pub fn flush(&self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for GrpcMsgHistogramVec

impl Send for GrpcMsgHistogramVec

impl Sync for GrpcMsgHistogramVec

impl Unpin for GrpcMsgHistogramVec

impl UnwindSafe for GrpcMsgHistogramVec

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<V, W> ConvertFrom<W> for V where
    W: ConvertTo<V>, 
[src]

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]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized
[src]

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]