.shuffleGrouping("hour")
.shuffleGrouping("day")
.shuffleGrouping("week")
.shuffleGrouping("month");
// builder.setBolt("message", new JuggaloaderAnomalyGeneratorBolt()) // TODO - replace the next line with this one when SOBA-1521 is done
builder.setBolt("message", new JuggaloaderMessageGeneratorBolt())
.fieldsGrouping("second", new Fields("metricAccount", "metricName"))
.fieldsGrouping("minute", new Fields("metricAccount", "metricName"))
.fieldsGrouping("hour", new Fields("metricAccount", "metricName"))
.fieldsGrouping("day", new Fields("metricAccount", "metricName"))
.fieldsGrouping("week", new Fields("metricAccount", "metricName"))