On 14.12.20 01:38, zhao wang wrote: > Just as the title. Is there any tool that can replay the InfluxDB data and > write them to Prometheus TSDB? Or some other ways to migrate data from > InfluxDB to Prometheus TSDB?
The upcoming release v2.24 of the Prometheus server will include a new feature of the `promtool` command line tool. It will allow backfilling from an OpenMetrics file into Prometheus. In your case, that reduces the problem to extracting the data out of InfluxDB into an OpenMetrics file, for which tooling will hopefully soon exist. We are also keen on finding better ways of allowing data migration, but ideally without writing special code for every other TSDB in existence. The implementation of OpenMetrics support is a first step. -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- 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/20201222182144.lycpdo7p5g5tifhl%40jahnn.

