pub struct HttpServerMetrics {
pub tcp_accepts: IntCounter,
pub tcp_waiting: IntGauge,
pub tcp_sessions: IntGauge,
pub tcp_duration_ms: IntCounter,
pub http_requests: IntCounter,
pub http_sessions: IntGauge,
}
Fields§
§tcp_accepts: IntCounter
§tcp_waiting: IntGauge
§tcp_sessions: IntGauge
§tcp_duration_ms: IntCounter
§http_requests: IntCounter
§http_sessions: IntGauge
Auto Trait Implementations§
impl Freeze for HttpServerMetrics
impl RefUnwindSafe for HttpServerMetrics
impl Send for HttpServerMetrics
impl Sync for HttpServerMetrics
impl Unpin for HttpServerMetrics
impl UnwindSafe for HttpServerMetrics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more