stats method
Stats will collect health check stats.
Implementation
@MPI(name: "_{mesh.name}.builtin.stats")
Future<Map<String, String>?> stats(List<String> features, {Context? ctx}) {
throw UnimplementedError('stats() has not been implemented.');
}