labels

@JvmName(name = "frjnmsceonhcjrtf")
suspend fun labels(value: Output<List<LabelDescriptorArgs>>)
@JvmName(name = "wdxreaswmdpctcxc")
suspend fun labels(value: List<LabelDescriptorArgs>?)

Parameters

value

The set of labels that can be used to describe a specific instance of this metric type. For example, the appengine.googleapis.com/http/server/response_latencies metric type has a label for the HTTP response code, response_code, so you can look at latencies for successful responses or just for responses that failed.


@JvmName(name = "pryqxhybycscputy")
suspend fun labels(vararg values: Output<LabelDescriptorArgs>)


@JvmName(name = "ktoepexqonilocec")
suspend fun labels(values: List<Output<LabelDescriptorArgs>>)
@JvmName(name = "ckoguwiwcymukwfm")
suspend fun labels(vararg values: LabelDescriptorArgs)

Parameters

values

The set of labels that can be used to describe a specific instance of this metric type. For example, the appengine.googleapis.com/http/server/response_latencies metric type has a label for the HTTP response code, response_code, so you can look at latencies for successful responses or just for responses that failed.


@JvmName(name = "tsskqujjhfrmvfxh")
suspend fun labels(argument: List<suspend LabelDescriptorArgsBuilder.() -> Unit>)
@JvmName(name = "xwqptlqigmkdsvdg")
suspend fun labels(vararg argument: suspend LabelDescriptorArgsBuilder.() -> Unit)
@JvmName(name = "ihhjlowbfxoesgyr")
suspend fun labels(argument: suspend LabelDescriptorArgsBuilder.() -> Unit)

Parameters

argument

The set of labels that can be used to describe a specific instance of this metric type. For example, the appengine.googleapis.com/http/server/response_latencies metric type has a label for the HTTP response code, response_code, so you can look at latencies for successful responses or just for responses that failed.