Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


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.


  • No labels