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. Read more

impl Default for Gatherer
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Gatherer

impl !Sync for Gatherer