Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image Added


InfluxDB and grafana both need to be installed. If not already installed, on Linux distros with apt/dpkg run the following to install:

...