tezvyn:

Query Federation: Combining Prometheus Servers

Source: prometheus.ioadvanced

Query federation lets one Prometheus server scrape metrics from another, creating a meta-monitor. Use it to build a global view from local servers or to combine application and infrastructure metrics for richer alerts.

Query federation allows one Prometheus server to scrape selected time series from another, acting as a meta-monitor for scaling and enriching data. It's used hierarchically, with a global server pulling aggregated metrics from local servers, or cross-service, where an app monitor pulls resource metrics from a cluster monitor. This enables combined alerting. The common footgun is trying to federate all metrics instead of a selective, aggregated subset.

Read the original → prometheus.io

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Query Federation: Combining Prometheus Servers · Tezvyn