Download: https://grafana.com/grafana/download?platform=arm
wget https://dl.grafana.com/oss/release/grafana_6.4.1_arm64.deb sudo dpkg -i grafana_6.4.1_arm64.deb sudo service grafana-server start should be up and running on :3000 now
Download: https://prometheus.io/download/ Info: https://prometheus.io/docs/prometheus/latest/getting_started/
wget https://github.com/prometheus/prometheus/releases/download/v2.13.0/prometheus-2.13.0.linux-arm64.tar.gz tar -xzf prometheus-2.13.0.linux-arm64.tar.gz cd prometheus-2.13.0.linux-arm64 ./prometheus --config.file=prometheus.yml
http://localhost:9090/graph for checking