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

◆ getMapMetricsFailuresAsync() [1/2]

std::future< MetricsFailuresSeq > IceMX::MetricsAdminPrx::getMapMetricsFailuresAsync ( std::string_view view,
std::string_view map,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

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

Parameters
viewThe name of the metrics view.
mapThe name of the metrics map.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • The metrics failures associated with the map.