Struct MetricsLayer
pub struct MetricsLayer<I>where
I: MetricsIntercept,{
interceptor: I,
}
Expand description
The metrics layer for opendal.
Fields§
§interceptor: I
Implementations§
§impl<I> MetricsLayer<I>where
I: MetricsIntercept,
impl<I> MetricsLayer<I>where
I: MetricsIntercept,
pub fn new(interceptor: I) -> MetricsLayer<I>
pub fn new(interceptor: I) -> MetricsLayer<I>
Create a new metrics layer.
Trait Implementations§
§impl<I> Clone for MetricsLayer<I>where
I: Clone + MetricsIntercept,
impl<I> Clone for MetricsLayer<I>where
I: Clone + MetricsIntercept,
§fn clone(&self) -> MetricsLayer<I>
fn clone(&self) -> MetricsLayer<I>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl<I> Debug for MetricsLayer<I>where
I: Debug + MetricsIntercept,
impl<I> Debug for MetricsLayer<I>where
I: Debug + MetricsIntercept,
§impl<A, I> Layer<A> for MetricsLayer<I>where
A: Access,
I: MetricsIntercept,
impl<A, I> Layer<A> for MetricsLayer<I>where
A: Access,
I: MetricsIntercept,
§type LayeredAccess = MetricsAccessor<A, I>
type LayeredAccess = MetricsAccessor<A, I>
The layered accessor that returned by this layer.
§fn layer(&self, inner: A) -> <MetricsLayer<I> as Layer<A>>::LayeredAccess
fn layer(&self, inner: A) -> <MetricsLayer<I> as Layer<A>>::LayeredAccess
Intercept the operations on the underlying storage.
Auto Trait Implementations§
impl<I> Freeze for MetricsLayer<I>where
I: Freeze,
impl<I> RefUnwindSafe for MetricsLayer<I>where
I: RefUnwindSafe,
impl<I> Send for MetricsLayer<I>
impl<I> Sync for MetricsLayer<I>
impl<I> Unpin for MetricsLayer<I>
impl<I> UnwindSafe for MetricsLayer<I>where
I: UnwindSafe,
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,
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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
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