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

◆ TopicMetrics() [2/3]

IceMX::TopicMetrics::TopicMetrics ( std::string id,
std::int64_t total,
std::int32_t current,
std::int64_t totalLifetime,
std::int32_t failures,
std::int64_t published,
std::int64_t forwarded )
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.
publishedThe number of events published on the topic(s) by publishers.
forwardedThe number of events forwarded on the topic(s) by IceStorm topic links.

Definition at line 62 of file Metrics.h.