Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getMapMetricsFailuresAsync()

virtual void IceMX::AsyncMetricsAdmin::getMapMetricsFailuresAsync ( std::string view,
std::string map,
std::function< void(const MetricsFailuresSeq &returnValue)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

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

Parameters
viewThe name of the metrics view.
mapThe name of the metrics map.
responseThe response callback. It accepts:
  • The metrics failures associated with the map.
exceptionThe exception callback.
currentThe Current object of the incoming request.
Exceptions
IceMX::UnknownMetricsViewThrown when the metrics view cannot be found.