cAdvisor exporter to get the container information

We want to monitor the container on RHEL 8 using Prometheus ,
Currently we found cAdvisor exporter to get the container information but it’s just give the container id information not container name.
We Don’t want to use ID in the AlertRule because ID changes when container is deleted and restarted.
Then we have to modify the ID in the AlertRule everytime.

We used below references