MetricsAdmin class abstract

The metrics administrative facet interface. This interface allows remote administrative clients to access metrics of an application that enabled the Ice administrative facility and configured some metrics views.

Implementers

Constructors

MetricsAdmin()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableMetricsView(String name) → void
Disable a metrics view.
enableMetricsView(String name) → void
Enables a metrics view.
getMapMetricsFailures(String view, String map) MetricsFailuresSeq
Get the metrics failures associated with the given view and map.
getMetricsFailures(String view, String map, String id) MetricsFailures
Get the metrics failure associated for the given metrics.
getMetricsView(String view) MetricsView
Get the metrics objects for the given metrics view. This returns a dictionnary of metric maps for each metrics class configured with the view. The timestamp allows the client to compute averages which are not dependent of the invocation latency for this operation.
getMetricsViewNames() List<StringSeq>
Get the names of enabled and disabled metrics.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited