Update alloy/config.alloy

This commit is contained in:
ScrublordMcBad 2026-04-24 16:52:50 +00:00
parent 05851dd7d8
commit 7e3f17df84

View File

@ -20,4 +20,9 @@ prometheus.scrape "node_exporter" {
prometheus.scrape "cadvisor" {
targets = [{"__address__" = "cadvisor:8080"}]
forward_to = [prometheus.remote_write.central_grafana.receiver]
}
// 4. NEU: Pterodactyl Exporter
prometheus.scrape "pterodactyl" {
targets = [{"__address__" = "pterodactyl-exporter:9100"}]
forward_to = [prometheus.remote_write.central_grafana.receiver]
}