https://computingforgeeks.com/install-prometheus-server-on-debian-ubuntu-linux/
run interface with influx
to use InfluxQL with InfluxDB version 2 follow this: https://docs.influxdata.com/influxdb/v2.5/tools/grafana/?t=InfluxQL#view-and-create-influxdb-dbrp-mappings
CREATE DATABASE nameDB
USE nameDB
CREATE USER nameuser WITH PASSWORD 'pswduser' WITH ALL PRIVILEGES
GRANT ALL ON nameDB TO nameuser
grafana-cli plugins install creator-pluginname-panel
systemctl restart grafana
https://grafana.com/docs/grafana/v9.0/setup-grafana/upgrade-grafana/