Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ DispatchMetrics() [2/3]

IceMX::DispatchMetrics::DispatchMetrics ( std::string id,
std::int64_t total,
std::int32_t current,
std::int64_t totalLifetime,
std::int32_t failures,
std::int32_t userException,
std::int64_t size,
std::int64_t replySize )
inlinenoexcept

One-shot constructor to initialize all data members.

Parameters
idThe metrics identifier.
totalThe total number of objects observed by this metrics.
currentThe number of objects currently observed by this metrics.
totalLifetimeThe sum of the lifetime of each observed objects.
failuresThe number of failures observed.
userExceptionThe number of dispatches that failed with a user exception.
sizeThe size of the incoming requests.
replySizeThe size of the replies.

Definition at line 539 of file Metrics.h.