C++ Actor Framework 1.0.0
|
Optional metrics collected by individual actors when configured to do so. More...
#include <local_actor.hpp>
Public Attributes | |
telemetry::dbl_histogram * | processing_time = nullptr |
Samples how long the actor needs to process messages. | |
telemetry::dbl_histogram * | mailbox_time = nullptr |
Samples how long messages wait in the mailbox before being processed. | |
telemetry::int_gauge * | mailbox_size = nullptr |
Counts how many messages are currently waiting in the mailbox. | |
Optional metrics collected by individual actors when configured to do so.