diff --git a/alloy/config.alloy b/alloy/config.alloy index aad9238..8ed4557 100644 --- a/alloy/config.alloy +++ b/alloy/config.alloy @@ -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] } \ No newline at end of file