How to aggregate all pods Prometheus metrics?

My ingress control is Traefik 2.1.
I set 3 replicas for deployment. Prometheus get metrics through the traefik service.
It seems that only one pod metrics is export in Prometheus. How to aggregate all traefik pods metric?

I got exactly the same issue here. Have you solved it?