We are planning to implement Grafana in our environment for NetApp and AWS FSX Ontap alerting and monitoring.
We have used prometheus as a source and getting data from NetApp Harvest to Grafana. When we write the alert rules, in the ticket it is appending all the data. Let me explain you with an example.
I created an alert where it should append the volumes above 80% used. When ever the volume used percentage is above 80% it should send alert to that particular volume but it is sending for all the volumes again and again when one volume reached 80% threshold and in one alert.
We need seperate thing for alert for each volume separately. Can someone help me how to configure it.