[][src]Trait replicator::metrics::Metrics

pub trait Metrics: Sync + Send + 'static {
    pub fn get_registry(&self) -> &Registry;

    pub fn get_metrics(&self) -> String { ... }
}

Required methods

pub fn get_registry(&self) -> &Registry[src]

Loading content...

Provided methods

pub fn get_metrics(&self) -> String[src]

Loading content...

Implementors

impl Metrics for ObserverMetrics[src]

impl Metrics for PipelineMetrics[src]

Loading content...