Map<String, dynamic> toJson() => { 'resource': resource.toJson(), 'scopeMetrics': scopeMetrics.map((s) => s.toJson()).toList(), };