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

◆ getMetricsViewNamesAsync() [1/2]

std::future< std::tuple<::Ice::StringSeq, ::Ice::StringSeq > > IceMX::MetricsAdminPrx::getMetricsViewNamesAsync ( const Ice::Context & context = Ice::noExplicitContext) const
nodiscard

Gets the names of enabled and disabled metrics.

Parameters
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • returnValue The names of the enabled views.
  • disabledViews The names of the disabled views.