AgentRules interface
Set of rules for managing agents for the Monitor resource.
Properties
| enable |
Flag specifying if agent monitoring should be enabled for the Monitor resource. |
| 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. |
Property Details
enableAgentMonitoring
Flag specifying if agent monitoring should be enabled for the Monitor resource.
enableAgentMonitoring?: boolean
Property Value
boolean
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[]