IceMX.MetricsFailures

class IceMX.MetricsFailures(id: str = '', failures: dict[str, int] = <factory>)

Bases: object

Keeps track of metrics failures.

Parameters:
id

The identifier of the metrics object associated to the failures.

Type:

str

failures

The failures observed for this metrics.

Type:

dict[str, int]

Notes

The Slice compiler generated this dataclass from Slice struct ::IceMX::MetricsFailures.