fun withAggregations()

in src/main/java/com/spotify/heroic/client/api/query/MetricRequest.kt [61:64]


        fun withAggregations(aggregations: List<Aggregation>): Builder {
            aggregation.addAll(aggregations)
            return this
        }