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

◆ getMetricsViewNamesAsync()

virtual void IceMX::AsyncMetricsAdmin::getMetricsViewNamesAsync ( std::function< void(const ::Ice::StringSeq &returnValue, const ::Ice::StringSeq &disabledViews)> response,
std::function< void(std::exception_ptr)> exception,
const Ice::Current & current )
pure virtual

Gets the names of enabled and disabled metrics.

Parameters
responseThe response callback. It accepts:
  • returnValue The names of the enabled views.
  • disabledViews The names of the disabled views.
exceptionThe exception callback.
currentThe Current object of the incoming request.