readConnection method
Reads metrics of a connection
Reads all the metrics from the specifie connection
Parameters:
- String connection (required): Connection Name
Implementation
Future<Map<String, dynamic>?> readConnection(
String connection,
) async {
return LogbotCompilerService().read(connection);
}