C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Attributes | List of all members
caf::local_actor::metrics_t Struct Reference

Optional metrics collected by individual actors when configured to do so. More...

#include <local_actor.hpp>

Public Attributes

telemetry::dbl_histogramprocessing_time = nullptr
 Samples how long the actor needs to process messages.
 
telemetry::dbl_histogrammailbox_time = nullptr
 Samples how long messages wait in the mailbox before being processed.
 
telemetry::int_gaugemailbox_size = nullptr
 Counts how many messages are currently waiting in the mailbox.
 

Detailed Description

Optional metrics collected by individual actors when configured to do so.


The documentation for this struct was generated from the following file: