IceMX::MetricsFailures
Overview
struct MetricsFailures
A structure to keep track of failures associated with a given metrics.
Used By
Data Member Index
id — The identifier of the metrics object associated to the failures.
failures — The failures observed for this metrics.
Data Members
string id;
The identifier of the metrics object associated to the failures.
IceMX::StringIntDict failures;
The failures observed for this metrics.