Pull doesn't scale - or does it?
Prometheus Blog

Pull doesn't scale - or does it?


Summary

This article argues against the common claim that Prometheus's pull-based metric collection doesn't scale. It explains that Prometheus differs significantly from systems like Nagios, focusing on collecting aggregated time series data rather than executing checks or handling raw events – minimizing the load from pulling. Ultimately, the author contends that scaling bottlenecks in Prometheus typically lie in data storage and processing, not the pull mechanism itself, and that pull-based systems can even offer advantages in configuration, flexibility, and discovery.
Read the Original Article

This article originally appeared on Prometheus Blog.

Read Full Article on Original Site

Popular from Prometheus Blog

1
Modernizing Prometheus: Native Storage for Composite Types
Modernizing Prometheus: Native Storage for Composite Types

@bwplotka Feb 14, 2026 12 views

2
The Schedule for the PromCon Europe 2023 is Live
The Schedule for the PromCon Europe 2023 is Live

@metalmatze Sep 1, 2023 12 views

3
Uncached I/O in Prometheus
Uncached I/O in Prometheus

@machine424 Mar 5, 2026 11 views

4
Introducing the Experimental info() Function
Introducing the Experimental info() Function

Arve Knudsen Dec 16, 2025 11 views

5
Announcing Prometheus 3.0
Announcing Prometheus 3.0

The Prometheus Team Nov 14, 2024 11 views