Hi there,
I have a Grafana setup with prometheus, cadvisor, blackbox and node exporter.
It is monitoring a bunch of docker containers which are deployed with terraform.
The thing is :
When we remove a container which is not necessary anymore, we always receive alerts from grafana as all the metrics we are monitoring (such as http response) stops working, which is what is expected as the service was removed.
How would you address such case to avoid having alerts triggered for a service we just removed ?
Thanks