The answer is the same: you cannot migrate or backfill data into prometheus. It's a feature being considered for the future: https://prometheus.io/docs/introduction/roadmap/#backfill-time-series
You can back-fill into VictoriaMetrics which has a prometheus-compatible API, and can also act as a remote-write endpoint for prometheus. Hence you can use prometheus for the short-term buffering and alerting, and VM for the long-term storage and querying. Other options like Thanos or Cortex might support back-fill, but I haven't used these. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c5a7cbd5-d0e7-4055-b107-ece9690f0b0d%40googlegroups.com.

