fun withClientContext()

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


        fun withClientContext(key: String, value: String): Builder {
            clientContext.put(key, value)
            return this
        }