From 7e3f17df8400402969fd9a122d07d111c1dbbc10 Mon Sep 17 00:00:00 2001 From: ScrublordMcBad Date: Fri, 24 Apr 2026 16:52:50 +0000 Subject: [PATCH] Update alloy/config.alloy --- alloy/config.alloy | 5 +++++ 1 file changed, 5 insertions(+) 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