Abstract
Abstract
disableDisables a metrics view.
The metrics view name.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
IceMX.UnknownMetricsView Thrown when the metrics view cannot be found.
Dispatches an incoming request to one of the methods of this generated class, based on the operation name carried by the request.
The incoming request.
The outgoing response (when the selected method returns a value), or a promise with the outgoing response (when the selected method returns a promise).
Abstract
enableEnables a metrics view.
The metrics view name.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
IceMX.UnknownMetricsView Thrown when the metrics view cannot be found.
Abstract
getGets the metrics failures associated with the given view
and map
.
The name of the metrics view.
The name of the metrics map.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceMX.UnknownMetricsView Thrown when the metrics view cannot be found.
Abstract
getGets the metrics failure associated for the given metrics.
The name of the metrics view.
The name of the metrics map.
The ID of the metrics.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceMX.UnknownMetricsView Thrown when the metrics view cannot be found.
Abstract
getGets the metrics objects for the given metrics view.
The name of the metrics view.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to an array with the following entries:
timestamp
allows the client to compute averages which are not dependent of the invocation latency for
this operation.IceMX.UnknownMetricsView Thrown when the metrics view cannot be found.
Abstract
getGets the names of enabled and disabled metrics.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to an array with the following entries:
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Static
ice_Obtains the Slice type ID of this type.
The return value is always "::IceMX::MetricsAdmin".
The metrics administrative facet interface. This interface allows remote administrative clients to access the metrics of an application that enabled the Ice administrative facility and configured one or more metrics views.