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

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

#include <local_actor.hpp>

Public Attributes

telemetry::int_counterprocessed_elements = nullptr
 Counts the total number of processed stream elements from upstream.
 
telemetry::int_gaugeinput_buffer_size = nullptr
 Tracks how many stream elements from upstream are currently buffered.
 

Detailed Description

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


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