C++ Actor Framework 1.0.0
|
Optional metrics for outbound stream traffic collected by individual actors when configured to do so. More...
#include <local_actor.hpp>
Public Attributes | |
telemetry::int_counter * | pushed_elements = nullptr |
Counts the total number of elements that have been pushed downstream. | |
telemetry::int_gauge * | output_buffer_size = nullptr |
Tracks how many stream elements are currently waiting in the output buffer due to insufficient credit. | |
Optional metrics for outbound stream traffic collected by individual actors when configured to do so.