C++ Actor Framework 1.0.0
|
Optional metrics for inbound stream traffic collected by individual actors when configured to do so. More...
#include <local_actor.hpp>
Public Attributes | |
telemetry::int_counter * | processed_elements = nullptr |
Counts the total number of processed stream elements from upstream. | |
telemetry::int_gauge * | input_buffer_size = nullptr |
Tracks how many stream elements from upstream are currently buffered. | |
Optional metrics for inbound stream traffic collected by individual actors when configured to do so.