Update alloy/config.alloy
This commit is contained in:
@@ -21,3 +21,8 @@ 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]
|
||||
}
|
||||
Reference in New Issue
Block a user