resourceMap

@JvmName(name = "ycoxgvfhtqralcpj")
suspend fun resourceMap(value: Output<List<ResourceMapArgs>>)
@JvmName(name = "culjpjpyiukgicet")
suspend fun resourceMap(value: List<ResourceMapArgs>?)

Parameters

value

Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.


@JvmName(name = "xvtcxgxjxaobmmsk")
suspend fun resourceMap(vararg values: Output<ResourceMapArgs>)


@JvmName(name = "hiujbmawkvygxkno")
suspend fun resourceMap(values: List<Output<ResourceMapArgs>>)
@JvmName(name = "vjhkcurabcmdvnjg")
suspend fun resourceMap(vararg values: ResourceMapArgs)

Parameters

values

Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.


@JvmName(name = "soahhkftlnsaqxhd")
suspend fun resourceMap(argument: List<suspend ResourceMapArgsBuilder.() -> Unit>)
@JvmName(name = "ynsbbmywcotdjyan")
suspend fun resourceMap(vararg argument: suspend ResourceMapArgsBuilder.() -> Unit)
@JvmName(name = "mvipvphcmoixnvbx")
suspend fun resourceMap(argument: suspend ResourceMapArgsBuilder.() -> Unit)

Parameters

argument

Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.