Category: Database, Data, Ubuntu, yaml

Prometheus is an open source monitoring tool that implements a highly dimensional data model. Prometheus has multiple modes for visualizing data and one of these methods is Grafana integration. Prometheus stores time-series data in memory and on local disk in an efficient custom format.

Once we enter the dashboard, we have to add a data source which is Prometheus in our case.

This sums up the basic setup of Prometheus and Grafana to visualize your node metrics.

Related Articles