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
When (not) to use varbit chunks
When (not) to use varbit chunks

Björn “Beorn” Rabenstein May 8, 2016 64 views

2
Announcing Prometheus 3.0
Announcing Prometheus 3.0

The Prometheus Team Nov 14, 2024 30 views

3
Interview with Hostinger
Interview with Hostinger

Brian Brazil Feb 6, 2019 30 views

4
Custom service discovery with etcd
Custom service discovery with etcd

Fabian Reinartz Aug 17, 2015 30 views