select $__timeGroupAlias(a.start_time,3000s), count(a.id) as'pod重启总数' from alert_event a where $__timeFilter(a.start_time) and a.env in ('prod','cne2-prod') and a.severity in ('P1','P2','P3') and a.alert_title like "%Pod%" and silence ='0' and a.application in ($application) groupby1 orderby a.start_time asc