Skip to main content

Crate elfo_telemeter

Crate elfo_telemeter 

Source
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§

config
Configuration for the telemeter.
protocol
Contains the protocol to interact with the telemeter.

Structs§

AllocatorStatsunstable
Global allocator providing metrics on allocated memory

Functions§

init
Installs a global metric recorder and returns a group to handle metrics.