Home Previous Up Next Index

IceMX::MetricsFailures

Overview

struct MetricsFailures

A structure to keep track of failures associated with a given metrics.

Used By

MetricsFailuresSeq
MetricsAdmin::getMetricsFailures

Data Members

string id;

The identifier of the metrics object associated to the failures.

StringIntDict failures;

The failures observed for this metrics.


Home Previous Up Next Index