rpi_exporter
rpi_exporter copied to clipboard
Add json logging output format
Lots of tools are standardizing on json
logging as it is easy to parse/ship/index. It would be great to add this in addition to the default logfmt
format that is currently in use. A way to do it might be to detect a tty and automatically switch to json if none is detected, or add a flag/env var to control the format.