actor-framework
Public Attributes | List of all members
caf::io::middleman::metric_singletons_t Struct Reference

Metrics that the middleman collects by default. More...

#include <middleman.hpp>

Collaboration diagram for caf::io::middleman::metric_singletons_t:
Collaboration graph
[legend]

Public Attributes

telemetry::int_histograminbound_messages_size = nullptr
 Samples the size of inbound messages before deserializing them.
 
telemetry::dbl_histogramdeserialization_time = nullptr
 Samples how long the middleman needs to deserialize inbound messages.
 
telemetry::int_histogramoutbound_messages_size = nullptr
 Samples the size of outbound messages after serializing them.
 
telemetry::dbl_histogramserialization_time = nullptr
 Samples how long the middleman needs to serialize outbound messages.
 

Detailed Description

Metrics that the middleman collects by default.


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