192193194195196197198
/** * Create a new {@link Histogram} aggregation with the given name. */ public static HistogramBuilder histogram(String name) { return new HistogramBuilder(name); }