Gets the metrics objects for the given metrics view.
- Parameters
-
view | The name of the metrics view. |
context | The request context. |
- Returns
- A future that becomes available when the invocation completes. This future holds:
- returnValue 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.
- timestamp The local time of the process when the metrics objects were retrieved.