Replies: 1 comment 2 replies
-
If you have historical data in TSDB blocks, it is possible to upload them into Mimir's storage. See https://grafana.com/docs/mimir/latest/migration-guide/migrating-from-thanos-or-prometheus/#uploading-historic-blocks-to-the-grafana-mimir-storage-bucket for details. If your data is in different format, you will need to create TSDB blocks first, for example using Promtool backfilling process (https://prometheus.io/docs/prometheus/latest/storage/#backfilling-from-openmetrics-format), and then you can upload blocks into Mimir's storage. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find out yet if Mimir allows deferred insertion of historical data.
In my use-case, I can't guarantee that metrics data is inserted immediately because there may be a broken internet connection. But I still need the data in the TSDB for later analysis.
In VictoriaMetrics this should be possible.
Beta Was this translation helpful? Give feedback.
All reactions