service_name. This field can be left empty, and Monitors will automatically treat all fields except value fields as label fields.error_cnt.$A.field_name to reference values.Critical: $A.error_cnt > 50, Warning: $A.error_cnt > 10.$A directly, e.g., $A > 50.service_name values must be unique. If two rows have the same service_name, the alert engine cannot properly distinguish between alert objects.$A.error_cnt < 5). Recovery is only confirmed when the value falls below this threshold, preventing alert flapping.${label_name} to reference alert event label values.network_host="a", interface="b" is down. The recovery SQL can be:${network_host} and ${interface} with actual values before executing the query. If data is found, recovery is confirmed.HAVING clause in SQL to directly filter out anomalous data.${label_name} to reference alert event label values for precise recovery detection.host_name appeared in previous cycles but no longer appears in the current cycle (and N consecutive cycles), a "no data" alert is triggered.host_name reappears in query results, the alert automatically recovers.${service_name} to limit to specific services.$relates variable to render the original log content.