tarantool / grafana-dashboard

Dashboard for Tarantool application and database server monitoring with Grafana
MIT License
34 stars 11 forks source link

Migrate InfluxDB to Flux #187

Open DifferentialOrange opened 1 year ago

DifferentialOrange commented 1 year ago

Since InfluxDB 2.0 (November 2020), new query language was introduced. Flux has more features: for example, with join we may solve https://github.com/tarantool/grafana-dashboard/issues/39 or rewrite awful SQLs (like this one). Moreover, it is possible that old-styled syntax will be deprecated soon (or already is).