Grafana and Influx – Infrastructure Engineers Language
Jun 03
If you want to understand what Infra engineer speaks and use a tool provided by them you need to have some exposure to the tool itself, you don’t have to be an expert.
Monitoring systems that I see nowadays are mostly centric around Prometheus while the Database used for storing any time-series events is InfluxDB. How do you actually map beautifully, its via Grafana
Grafana – https://grafana.com/
Influxdb – https://www.influxdata.com/
Prometheus – https://prometheus.io/
Now the problem here is that many tools are programmed on a daily basis, from a Network Engineer point of view I understood a few things.
Not everything you need to know the end to end like an Expert for that tool and some choices is purely based on Cost than anything else.
How would you really understand this? I set up a BME680 sensor in my home and will precisely use Grafana and Influx to map the recordings
Tools Used
https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas
Raspberry Pi 3
Docker Images – Grafana and Influx
Sample Influx Script – https://github.com/yukthr/auts/blob/master/random_programs/influx-test.py
And finally Beautiful Grafana
All of this is open source and are not hard after the invent of Docker. Give it a try so that we ultimately understand networks in a better way.
-Rakesh