pub struct PrometheusRegistry { /* private fields */ }

Implementations

Create a new instance with the specified prefix

Get internal registry

Adds a new prometheus counter with the specified value

Adds a new prometheus gauge with the specified gauge

Adds a new prometheus counter with the time spent in running the specified function

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.