122123124125126127128
/** * Create a new {@link Stats} aggregation with the given name. */ public static StatsBuilder stats(String name) { return new StatsBuilder(name); }