|
using | counter_type = uint64_t |
|
|
counter_type | replied = 0 |
|
counter_type | pending = 0 |
|
counter_type | exception_received = 0 |
|
counter_type | sent_messages = 0 |
|
counter_type | wait_reply = 0 |
|
counter_type | timeout = 0 |
|
counter_type | delay_samples = 0 |
|
std::chrono::duration< double > | delay_total = std::chrono::duration<double>(0) |
|
◆ counter_type
using seastar::rpc::stats::counter_type = uint64_t |
◆ delay_samples
counter_type seastar::rpc::stats::delay_samples = 0 |
◆ delay_total
std::chrono::duration<double> seastar::rpc::stats::delay_total = std::chrono::duration<double>(0) |
◆ exception_received
counter_type seastar::rpc::stats::exception_received = 0 |
◆ pending
counter_type seastar::rpc::stats::pending = 0 |
◆ replied
counter_type seastar::rpc::stats::replied = 0 |
◆ sent_messages
counter_type seastar::rpc::stats::sent_messages = 0 |
◆ timeout
counter_type seastar::rpc::stats::timeout = 0 |
◆ wait_reply
counter_type seastar::rpc::stats::wait_reply = 0 |
The documentation for this struct was generated from the following file: