Installing Telegraf, InfluxDB, and Grafana on Raspberry Pi ...
dev.to › mikemahoney218 › installing-telegraf-influxMay 03, 2020 · This database is where our Telegraf instance will send metrics and where Grafana will read from, so it makes sense to stand it up first! Installing the service is easy enough -- we just need to add Influx's. authentication key, add their repository to our trusted sources, and. then install it via apt: wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - # change "buster" as appropriate for your distro echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee ...