Category: OS
-
Set up Grafana monitoring
Grafana and Prometheus are tools used to monitor services, servers and any other software using the Open metrics. Here is an example of implementation using Docker compose: Installing Grafana and Prometheus Target: run Cadvisor In the target side (the service that will be monitored), we must install the exporter, for example Cadvisor. Prometheus: target configuration…