Reads all metrics
Reads all configured metrics from all the active connections
Future<Map<String, dynamic>?> readAll() async { return LogbotCompilerService().readAll(); }