What is the primary benefit of using a pull-based model for monitoring?
If the scrape fails, Prometheus immediately knows the target is down.
Why this answer
The pull model allows the monitoring server to detect when a target is down and prevents the target from overwhelming the monitoring system.