getMetricsView abstract method

MetricsView getMetricsView(
  1. String view
)

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.

@param view The name of the metrics view.

@param timestamp The local time of the process when the metrics object were retrieved.

@return The metrics view data.

@throws UnknownMetricsView Raised if the metrics view cannot be found.

Implementation

// TODO: timestamp
MetricsView getMetricsView(String view);