Comment on How do you monitor your servers / VPS:es?

its_me_gb@feddit.uk ⁨10⁩ ⁨months⁩ ago

Prometheus for metrics

Loki for logs

Grafana for dashboards.

I use node exporter for host metrics (Proxmox/Cams/SFFs/RaspPis/Router) and a number of other *exporters:

I use the OpenTelemetry collector to collect some of the above metrics, rather than Prometheus itself, as well as docker logs and other log files before shipping them to Prometheus/Loki.

Oh, I also scrape metrics from my Traefik containers using OTEL as well.

source
Sort:hotnewtop