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.
- Default
Tags - Default tags for metrics used in
VortexMetrics
. - Histogram
- A metric tracking a statistical distribution of values.
- Metric
Id - An identifier of a metric.
- Metrics
Snapshot - 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.
- Vortex
Metrics - A metric registry for various performance metrics.
- Vortex
Metrics Iter - Metrics Iterator that applies the default tags to each metric in the inner iterator.
Enums§
- Metric
- An enum of all metric types.