Do you have a name for the opentelemetry collector? I’m interested.
Comment on What's Your Preferred Server Monitoring Method?
its_me_gb@feddit.uk 8 months ago
Node exporter on hosts, OpenTelemetry collector to scrape metrics and collect logs, shipping them to Prometheus and Loki, visualising with Grafana.
phase@lemmy.8th.world 8 months ago
its_me_gb@feddit.uk 8 months ago
Use the Contrib version of the collector, it has many more receivers, processors and exporters
oh_gosh_its_osh@lemmy.ml 8 months ago
Similar setup here with additional exporters like cadvisor for container metrics and other components.
OpenTelemetry is awesome, but still a very fast moving project. Expect therefore more frequent updates and changes compared to more older and established projects.
farcaller@fstab.sh 8 months ago
Try VictoriaMetrics. Basically the same feature set as Prometheus, but so much more resource friendly for homelab scale. I store some metrics for 12 months now, because it’s easy.