Using Grafana and InfluxDB to Visualize Power Consumption
How Encore uses Grafana and InfluxDB to Gather Information About Our PDUs and Visuallize Their Power Consumption
This blog explains how we configured and use Grafana to graph and visualize PDU data stored in InfluxDB.
Background InfluxDB is a time series database that we use to store dozens of metrics from all of our power distribution units (PDUs). This database is updated periodically with a python script that parses snmp data from our PDUs and stores it in the correct table and row. After getting the data into the db, we used Grafana to create graphs of some of the power consumption metrics so that we could easily see how much power was being used by each PDU.