labelExtractors

@JvmName(name = "qrpxmlnynwwkhpka")
suspend fun labelExtractors(value: Output<Map<String, String>>)
@JvmName(name = "osounfapilirsnag")
suspend fun labelExtractors(value: Map<String, String>?)

Parameters

value

A map from a label key string to an extractor expression which is used to extract data from a log entry field and assign as the label value. Each label key specified in the LabelDescriptor must have an associated extractor expression in this map. The syntax of the extractor expression is the same as for the valueExtractor field.


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

Parameters

values

A map from a label key string to an extractor expression which is used to extract data from a log entry field and assign as the label value. Each label key specified in the LabelDescriptor must have an associated extractor expression in this map. The syntax of the extractor expression is the same as for the valueExtractor field.