labels

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


@JvmName(name = "lvkchndaxckuuayc")
suspend fun labels(values: List<Output<LabelDescriptorArgs>>)
@JvmName(name = "orgyrxgjowmbgqcg")
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 = "sfrmnuumgepqvfta")
suspend fun labels(argument: List<suspend LabelDescriptorArgsBuilder.() -> Unit>)
@JvmName(name = "fpfxaamgqkbggefr")
suspend fun labels(vararg argument: suspend LabelDescriptorArgsBuilder.() -> Unit)
@JvmName(name = "qqmauhppyyhucaua")
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.