Gets the metrics objects for the given metrics view.
- Parameters
-
view | The name of the metrics view. |
response | The response callback. It accepts:
- 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.
|
exception | The exception callback. |
sent | The sent callback. |
context | The request context. |
- Returns
- A function that can be called to cancel the invocation locally.