advancedTop 100 Interview Questions
How does Prometheus's pull-based model differ from a push-based metrics system?
Prometheus actively scrapes (pulls) metrics from configured target endpoints at intervals, rather than targets pushing metrics to a central collector. This simplifies target-side implementation (just expose an HTTP endpoint) and gives Prometheus direct control over scrape timing and the ability to detect a target being unreachable.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.
How does Prometheus's pull-based model differ from a push-based metrics system?