Struct metrics_util::DebuggingRecorder[][src]

pub struct DebuggingRecorder { /* fields omitted */ }
Expand description

A simplistic recorder that can be installed and used for debugging or testing.

Callers can easily take snapshots of the metrics at any given time and get access to the raw values.

Implementations

Creates a new DebuggingRecorder.

Creates a new DebuggingRecorder with ordering enabled or disabled.

When ordering is enabled, any snapshotter derived from this recorder will iterate the collected metrics in order of when the metric was first observed. If ordering is disabled, then the iteration order is undefined.

Gets a Snapshotter attached to this recorder.

Installs this recorder as the global recorder.

Trait Implementations

Returns the “default value” for a type. Read more

Registers a counter. Read more

Registers a gauge. Read more

Registers a histogram. Read more

Increments a counter.

Updates a gauge.

Records a histogram.

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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.