risingwave_
common_
metrics
2.2.0-alpha
Metric
With
Local
Required Associated Types
Local
Required Methods
local
Implementations on Foreign Types
GenericCounter<P>
Histogram
Implementors
In risingwave_
common_
metrics::
guarded_
metrics
risingwave_common_metrics
::
guarded_metrics
Trait
MetricWithLocal
Copy item path
source
pub trait MetricWithLocal { type
Local
; // Required method fn
local
(&self) -> Self::
Local
; }
Required Associated Types
§
source
type
Local
Required Methods
§
source
fn
local
(&self) -> Self::
Local
Implementations on Foreign Types
§
source
§
impl
MetricWithLocal
for Histogram
source
§
type
Local
= LocalHistogram
source
§
fn
local
(&self) -> Self::
Local
source
§
impl<P: Atomic>
MetricWithLocal
for GenericCounter<P>
source
§
type
Local
= GenericLocalCounter<P>
source
§
fn
local
(&self) -> Self::
Local
Implementors
§