labels

@JvmName(name = "oxqkflkfrooohvvn")
suspend fun labels(value: Output<List<LabelDescriptorArgs>>)
@JvmName(name = "cgcthktpjenobvvo")
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 = "nsycaeejyrbxnokh")
suspend fun labels(vararg values: Output<LabelDescriptorArgs>)


@JvmName(name = "qddjtacncnmuaruw")
suspend fun labels(values: List<Output<LabelDescriptorArgs>>)
@JvmName(name = "ssteisthgacpvktb")
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 = "xmngcorulaaticev")
suspend fun labels(argument: List<suspend LabelDescriptorArgsBuilder.() -> Unit>)
@JvmName(name = "gwylbwdfjopwtyjx")
suspend fun labels(vararg argument: suspend LabelDescriptorArgsBuilder.() -> Unit)
@JvmName(name = "kunbyjodfhducyjn")
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.