Expand description
Interaction with the metrics crate. Configuration.
Records metrics in the OpenMetrics exposition format.
Note that push gateways aren’t supported, histogram buckets overrides don’t work, only summaries.
All metrics include information about the actor, where they were produced.
Such information is added as labels. By default, only the actor_group
label is added, but it’s possible to provide actor_key on a group basis.
It’s useful, if a group has few actors inside.
Modules§
Structs§
- Allocator
Stats unstable - Global allocator providing metrics on allocated memory
Functions§
- init
- Installs a global metric recorder and returns a group to handle metrics.