Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ getMetricsView()

["format:sliced"]
MetricsView getMetricsView ( string view,
out long timestamp ) throws UnknownMetricsView

Gets the metrics objects for the given metrics view.

Parameters
viewThe name of the metrics view.
timestampThe local time of the process when the metrics objects were retrieved.
Returns
The metrics view data, a dictionary 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.
Exceptions
UnknownMetricsViewThrown when the metrics view cannot be found.