actor-framework
Public Attributes | List of all members
caf::actor_system::base_metrics_t Struct Reference

Metrics that the actor system collects by default. More...

#include <actor_system.hpp>

Collaboration diagram for caf::actor_system::base_metrics_t:
Collaboration graph
[legend]

Public Attributes

telemetry::int_counterrejected_messages
 Counts the number of messages that where rejected because the target mailbox was closed or did not exist. More...
 
telemetry::int_counterprocessed_messages
 Counts the total number of processed messages.
 
telemetry::int_gaugerunning_actors
 Tracks the current number of running actors in the system.
 
telemetry::int_gaugequeued_messages
 Counts the total number of messages that wait in a mailbox.
 

Detailed Description

Metrics that the actor system collects by default.

Warning
Do not modify these metrics in user code. Some may be used by the system for synchronization.

Member Data Documentation

◆ rejected_messages

telemetry::int_counter* caf::actor_system::base_metrics_t::rejected_messages

Counts the number of messages that where rejected because the target mailbox was closed or did not exist.


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