Crate vortex_metrics

Source
Expand description

Vortex metrics

Macros§

instrument
A macro for optionally instrumenting a future, if tracing feature is enabled.

Structs§

Counter
A metric which counts a value.
DefaultTags
Default tags for metrics used in VortexMetrics.
Histogram
A metric tracking a statistical distribution of values.
MetricId
An identifier of a metric.
MetricsSnapshot
A snapshot of the metrics in a registry with default tags.
Tags
The tags associated with a metric ID.
Timer
A metric tracking the duration and rate of events.
VortexMetrics
A metric registry for various performance metrics.
VortexMetricsIter
Metrics Iterator that applies the default tags to each metric in the inner iterator.

Enums§

Metric
An enum of all metric types.