Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceMX::MetricsAdmin Interface Reference

The metrics administrative facet interface. More...

defined in <Ice/Metrics.ice>

interface MetricsAdmin { ... }

Operations

void disableMetricsView (string name) throws UnknownMetricsView
 Disables a metrics view.
void enableMetricsView (string name) throws UnknownMetricsView
 Enables a metrics view.
MetricsFailuresSeq getMapMetricsFailures (string view, string map) throws UnknownMetricsView
 Gets the metrics failures associated with the given view and map.
MetricsFailures getMetricsFailures (string view, string map, string id) throws UnknownMetricsView
 Gets the metrics failure associated for the given metrics.
MetricsView getMetricsView (string view, out long timestamp) throws UnknownMetricsView
 Gets the metrics objects for the given metrics view.
Ice::StringSeq getMetricsViewNames (out Ice::StringSeq disabledViews)
 Gets the names of enabled and disabled metrics.

Detailed Description

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.

Definition at line 72 of file Metrics.ice.


The documentation for this interface was generated from the following file: