...
Create an inactivity alert to detect interruptions of transfer of data from the source to the SQS queue VM metrics using the query
Code Block |
---|
from TABLE cloud.azure.vm.metrics_simple where toktains(hostchain,"collector-") select split(hostchain,"-",1) as collector_id |
Set the inactivity alert to keep track of the collector_id
and resourceId
. Metrics may be interrupted if a VM is turned off.