MarkBryanMilligan / LanternPowerMonitor

The Lantern Power Monitor is a Raspberry Pi service, Java Web Service, and Android application that allow you to monitor every electrical breaker in your house, regardless of how many panels or breakers you have.
GNU General Public License v3.0
80 stars 26 forks source link

Support Logging to Grafana Loki #51

Open Blizliam opened 1 month ago

Blizliam commented 1 month ago

This change adds support for using Grafana Loki as a logging target.

To do this, 1 new setting is added to the config: "loki_url" where the value should look something like "http://127.0.0.1:3100", pointing to the instance of Loki.