Struct prometrics::Gatherer [] [src]

pub struct Gatherer { /* fields omitted */ }

Metrics gatherer.

This can gather metrics that registered to registries which associated with the gatherer.

Methods

impl Gatherer
[src]

[src]

Makes a new Gatherer instance.

[src]

Returns a Registry associated with this gatherer.

[src]

Gathers metrics.

Trait Implementations

impl Debug for Gatherer
[src]

[src]

Formats the value using the given formatter.