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

◆ SubscriberMetrics() [2/3]

IceMX::SubscriberMetrics::SubscriberMetrics ( std::string id,
std::int64_t total,
std::int32_t current,
std::int64_t totalLifetime,
std::int32_t failures,
std::int32_t queued,
std::int32_t outstanding,
std::int64_t delivered )
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 lifetimes of each observed object.
failuresThe number of failures observed.
queuedThe number of queued events.
outstandingThe number of outstanding events.
deliveredThe number of delivered events.

Definition at line 127 of file Metrics.h.