Moving out of InfluxDB Datasource to Prometheus! Need some help

Hi Team,

We are planning to move some of our grafana dashboards from Influx datasource to Prometheus. Since, We have multiple monitoring tools, we tend to streamline all of our monitoring into one tool (prometheus in this case). Do you have a standard procedure to approach this problem? A tool which can convert existing dashboard queries of InfluxDB into PromQL?

I’d be happy to hear from the community, Thanks in advance!

Aman

Hi @akhan4u,

There isn’t an official tool for doing this type of conversion. The community has created some tools available on Github to convert from InfluxQL to PromQL. If your original queries are in Flux, however, it may be more of a manual task.