Struct tikv::server::metrics::prometheus_static_scope_19::AsyncRequestsCounterVec2Inner[][src]

pub struct AsyncRequestsCounterVec2Inner {
    pub all: LocalIntCounter,
    pub success: LocalIntCounter,
    pub err_timeout: LocalIntCounter,
    pub err_empty_request: LocalIntCounter,
    pub err_other: LocalIntCounter,
    pub err_io: LocalIntCounter,
    pub err_server: LocalIntCounter,
    pub err_invalid_resp: LocalIntCounter,
    pub err_invalid_req: LocalIntCounter,
    pub err_not_leader: LocalIntCounter,
    pub err_region_not_found: LocalIntCounter,
    pub err_key_not_in_region: LocalIntCounter,
    pub err_epoch_not_match: LocalIntCounter,
    pub err_server_is_busy: LocalIntCounter,
    pub err_stale_command: LocalIntCounter,
    pub err_store_not_match: LocalIntCounter,
    pub err_raft_entry_too_large: LocalIntCounter,
    pub err_leader_memory_lock_check: LocalIntCounter,
}

Fields

all: LocalIntCountersuccess: LocalIntCountererr_timeout: LocalIntCountererr_empty_request: LocalIntCountererr_other: LocalIntCountererr_io: LocalIntCountererr_server: LocalIntCountererr_invalid_resp: LocalIntCountererr_invalid_req: LocalIntCountererr_not_leader: LocalIntCountererr_region_not_found: LocalIntCountererr_key_not_in_region: LocalIntCountererr_epoch_not_match: LocalIntCountererr_server_is_busy: LocalIntCountererr_stale_command: LocalIntCountererr_store_not_match: LocalIntCountererr_raft_entry_too_large: LocalIntCountererr_leader_memory_lock_check: LocalIntCounter

Implementations

impl AsyncRequestsCounterVec2Inner[src]

pub fn from(label_0: &str, m: &IntCounterVec) -> AsyncRequestsCounterVec2Inner[src]

pub fn flush(&self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for AsyncRequestsCounterVec2Inner

impl Send for AsyncRequestsCounterVec2Inner

impl !Sync for AsyncRequestsCounterVec2Inner

impl Unpin for AsyncRequestsCounterVec2Inner

impl UnwindSafe for AsyncRequestsCounterVec2Inner

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, 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]