metricCosts

@JvmName(name = "rycwkfkpdnsgfxgo")
suspend fun metricCosts(value: Output<Map<String, String>>)
@JvmName(name = "xnjwxevsfaliopxq")
suspend fun metricCosts(value: Map<String, String>?)

Parameters

value

Metrics to update when the selected methods are called, and the associated cost applied to each metric. The key of the map is the metric name, and the values are the amount increased for the metric against which the quota limits are defined. The value must not be negative.


@JvmName(name = "xpawdxbgaqrljqfl")
fun metricCosts(vararg values: Pair<String, String>)

Parameters

values

Metrics to update when the selected methods are called, and the associated cost applied to each metric. The key of the map is the metric name, and the values are the amount increased for the metric against which the quota limits are defined. The value must not be negative.