stats method
Stats 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.');
}