@zeroc/ice
    Preparing search index...

    Class MetricsFailures

    Keeps track of metrics failures.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • Optionalid: string
      • Optionalfailures: Map<string, number>

      Returns MetricsFailures

    Properties

    failures: Map<string, number>

    The failures observed for this metrics.

    id: string

    The identifier of the metrics object associated to the failures.

    Methods

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.