From a678cbe62e37112e204b82ed5fba2712e2681334 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 20 Feb 2023 19:06:46 -0800 Subject: [PATCH] docs/vmagent.md: mention that Mimir doesnt support backfilling --- app/vmagent/README.md | 2 +- docs/vmagent.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmagent/README.md b/app/vmagent/README.md index f1892204d..f2f147161 100644 --- a/app/vmagent/README.md +++ b/app/vmagent/README.md @@ -911,7 +911,7 @@ If you have suggestions for improvements or have found a bug - please open an is The number of dropped blocks can be monitored via `vmagent_remotewrite_packets_dropped_total` metric exported at [/metrics page](#monitoring). * Use `-remoteWrite.queues=1` when `-remoteWrite.url` points to remote storage, which doesn't accept out-of-order samples (aka data backfilling). - Such storage systems include Prometheus, Cortex and Thanos, which typically emit `out of order sample` errors. + Such storage systems include Prometheus, Mimir, Cortex and Thanos, which typically emit `out of order sample` errors. The best solution is to use remote storage with [backfilling support](https://docs.victoriametrics.com/#backfilling) such as VictoriaMetrics. * `vmagent` buffers scraped data at the `-remoteWrite.tmpDataPath` directory until it is sent to `-remoteWrite.url`. diff --git a/docs/vmagent.md b/docs/vmagent.md index fcc981cf2..dc77ed219 100644 --- a/docs/vmagent.md +++ b/docs/vmagent.md @@ -915,7 +915,7 @@ If you have suggestions for improvements or have found a bug - please open an is The number of dropped blocks can be monitored via `vmagent_remotewrite_packets_dropped_total` metric exported at [/metrics page](#monitoring). * Use `-remoteWrite.queues=1` when `-remoteWrite.url` points to remote storage, which doesn't accept out-of-order samples (aka data backfilling). - Such storage systems include Prometheus, Cortex and Thanos, which typically emit `out of order sample` errors. + Such storage systems include Prometheus, Mimir, Cortex and Thanos, which typically emit `out of order sample` errors. The best solution is to use remote storage with [backfilling support](https://docs.victoriametrics.com/#backfilling) such as VictoriaMetrics. * `vmagent` buffers scraped data at the `-remoteWrite.tmpDataPath` directory until it is sent to `-remoteWrite.url`.