I have a query in grafana that looks like this
count by( applicationAcronym, instance, name , env) (windows_service_state{name=~(?i)fluent-bit|promtail|Windows_Exporter
, applicationAcronym=~“appA|AppB”, env=~“PD8|PD1”, state!=“running”}==1) * on(instance) group_left(hostname) windows_cs_hostname
The output is 2 rows of data as shown. When email notification is sent out, 1 email with both the rows is being sent, is there a way to get multiple emails for each row of result?