Map<String, Object?> toJson() => <String, Object?>{ 'metric': metric.name, 'value': value, 'unit': unit, 'timestamp': timestamp.toUtc().millisecondsSinceEpoch, };