Monitoring Tag Rules Properties Args
data class MonitoringTagRulesPropertiesArgs(val automuting: Output<Boolean>? = null, val customMetrics: Output<Boolean>? = null, val logRules: Output<LogRulesArgs>? = null, val metricRules: Output<MetricRulesArgs>? = null) : ConvertibleToJava<MonitoringTagRulesPropertiesArgs>
Definition of the properties for a TagRules resource.
Constructors
Link copied to clipboard
constructor(automuting: Output<Boolean>? = null, customMetrics: Output<Boolean>? = null, logRules: Output<LogRulesArgs>? = null, metricRules: Output<MetricRulesArgs>? = null)
Properties
Link copied to clipboard
Configuration to enable/disable auto-muting flag
Link copied to clipboard
Configuration to enable/disable custom metrics. If enabled, custom metrics from app insights will be sent.
Link copied to clipboard
Set of rules for sending logs for the Monitor resource.
Link copied to clipboard
Set of rules for sending metrics for the Monitor resource.