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

Optional metrics for outbound stream traffic collected by individual actors when configured to do so. More...

#include <local_actor.hpp>

Public Attributes

telemetry::int_counterpushed_elements = nullptr
 Counts the total number of elements that have been pushed downstream.
 
telemetry::int_gaugeoutput_buffer_size = nullptr
 Tracks how many stream elements are currently waiting in the output buffer due to insufficient credit.
 

Detailed Description

Optional metrics for outbound stream traffic collected by individual actors when configured to do so.


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