getMetrics method

Map<String, dynamic> getMetrics()

Get complete metrics

Implementation

Map<String, dynamic> getMetrics() {
  return _metricsCollector.toJson();
}