C++ Actor Framework 1.0.0
|
Metrics that the actor system collects by default. More...
#include <actor_system.hpp>
Public Attributes | |
telemetry::int_counter * | rejected_messages |
Counts the number of messages that where rejected because the target mailbox was closed or did not exist. | |
telemetry::int_counter * | processed_messages |
Counts the total number of processed messages. | |
telemetry::int_gauge * | running_actors |
Tracks the current number of running actors in the system. | |
telemetry::int_gauge * | queued_messages |
Counts the total number of messages that wait in a mailbox. | |
Metrics that the actor system collects by default.