fun withFeatures()

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


        fun withFeatures(features: List<String>): Builder {
            this.features.addAll(features)
            return this
        }