fun withAggregation()

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


        fun withAggregation(aggregation: Aggregation): Builder {
            this.aggregation.add(aggregation)
            return this
        }