custom Metric
suspend fun customMetric(name: String, block: suspend CustomMetricResourceBuilder.() -> Unit): CustomMetric
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomMetric.
See also
Parameters
name
The unique name of the resulting resource.