|
|
|
|
|
by bboreham
1051 days ago
|
|
If you want to query across the whole data set, use one of the other things.
Prometheus has a "federation" option but there's not been any active work on it for years.
It's basically the definition of Thanos - take a bunch of Prometheus and query across them. Plus long-term storage in S3. VictoriaMetrics, Cortex, Mimir are centralised data stores that accept data from multiple Prometheus, but you could also run headless agents scraping and sending the data. Note if you are on a version before 2.44, try upgrading. Prometheus slimmed down a bit. [I am a Prometheus and Mimir maintainer] |
|