getMapMetricsFailures method

MetricsFailuresSeq getMapMetricsFailures(
  1. String view,
  2. String map, [
  3. Current? current
])
override

Get the metrics failures associated with the given view and map.

@param view The name of the metrics view.

@param map The name of the metrics map.

@return The metrics failures associated with the map.

@throws UnknownMetricsView Raised if the metrics view cannot be found.

Implementation

MetricsFailuresSeq getMapMetricsFailures(String view, String map,
    [Current? current]) {
  return [];
}