C++ Actor Framework 1.0.0
|
Metrics that the middleman collects by default. More...
#include <middleman.hpp>
Public Attributes | |
telemetry::int_histogram * | inbound_messages_size = nullptr |
Samples the size of inbound messages before deserializing them. | |
telemetry::dbl_histogram * | deserialization_time = nullptr |
Samples how long the middleman needs to deserialize inbound messages. | |
telemetry::int_histogram * | outbound_messages_size = nullptr |
Samples the size of outbound messages after serializing them. | |
telemetry::dbl_histogram * | serialization_time = nullptr |
Samples how long the middleman needs to serialize outbound messages. | |
Metrics that the middleman collects by default.