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

◆ getMetricsFailuresAsync()

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

Gets the metrics failure associated for the given metrics.

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