MetricsView typedef

MetricsView = Map<String, MetricsMap>

A metrics view is a dictionary of metrics map. The key of the dictionary is the name of the metrics map.

Implementation

typedef MetricsView = Map<String, MetricsMap>;