MetricRules interface
Set of rules for sending metrics for the Monitor resource.
Properties
filtering |
List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. |
sending |
Flag specifying if metrics from Azure resources should be sent for the Monitor resource. |
Property Details
filteringTags
List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
filteringTags?: FilteringTag[]
Property Value
sendingMetrics
Flag specifying if metrics from Azure resources should be sent for the Monitor resource.
sendingMetrics?: string
Property Value
string