[][src]Trait opentelemetry::sdk::export::metrics::Points

pub trait Points {
    pub fn points(&self) -> Result<Vec<Number>>;
}
This is supported on crate feature metrics only.

Points return the raw set of values that were aggregated.

Required methods

pub fn points(&self) -> Result<Vec<Number>>[src]

The raw set of points currently aggregated

Loading content...

Implementors

impl Points for ArrayAggregator[src]

Loading content...