...
Code Block |
---|
cd app/val_view ./val_view |
Database Forwarding
The other UI strategy is to forward all of the telemetry data to an InfluxDB database and then display it using grafana.
Database Forwarding
InfluxDB and grafana both need to be installed. If not already installed, on Linux distros with apt/dpkg run the following to install:
...