MetricRuleBlackListMetric

data class MetricRuleBlackListMetric(val metricName: String, val resource: String? = null)

Constructors

Link copied to clipboard
constructor(metricName: String, resource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the monitoring indicator.

Link copied to clipboard
val resource: String? = null

The extended dimension information of the instance. For example, '{"device":"C:"}' indicates that the blacklist policy is applied to all C disks under the ECS instance.