pub struct EndpointDelta {
pub service: String,
pub endpoint: String,
pub before_io_ops: usize,
pub after_io_ops: usize,
pub delta: i64,
}Expand description
Per-endpoint I/O op count delta between two runs.
Fields§
§service: String§endpoint: String§before_io_ops: usize§after_io_ops: usize§delta: i64after - before. Positive = regression, negative = improvement.
Trait Implementations§
Source§impl Clone for EndpointDelta
impl Clone for EndpointDelta
Source§fn clone(&self) -> EndpointDelta
fn clone(&self) -> EndpointDelta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EndpointDelta
impl Debug for EndpointDelta
Auto Trait Implementations§
impl Freeze for EndpointDelta
impl RefUnwindSafe for EndpointDelta
impl Send for EndpointDelta
impl Sync for EndpointDelta
impl Unpin for EndpointDelta
impl UnsafeUnpin for EndpointDelta
impl UnwindSafe for EndpointDelta
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request