grafana-dashboard icon indicating copy to clipboard operation
grafana-dashboard copied to clipboard

Cluster overview panels for InfluxDB

Open DifferentialOrange opened this issue 3 years ago • 1 comments

Consider a possibility on how to add cluster overview panels (https://github.com/tarantool/grafana-dashboard/issues/19) to InfluxDB dashboard. https://habr.com/ru/company/raiffeisenbank/blog/490764/ may help

DifferentialOrange avatar Dec 11 '20 10:12 DifferentialOrange

Example of request for pre-Flux InfluxDB:

SELECT count(\"value\") FROM \"example_project_http\" WHERE $timeFilter AND time < now() - 1m GROUP BY time($__interval), \"label_pairs_alias\" fill(null)

DifferentialOrange avatar Nov 29 '22 15:11 DifferentialOrange