diff --git a/app/vmagent/README.md b/app/vmagent/README.md index f1892204da..f2f147161b 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 fcc981cf2a..dc77ed2195 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`.