Update alloy/config.alloy
This commit is contained in:
@@ -20,4 +20,9 @@ prometheus.scrape "node_exporter" {
|
|||||||
prometheus.scrape "cadvisor" {
|
prometheus.scrape "cadvisor" {
|
||||||
targets = [{"__address__" = "cadvisor:8080"}]
|
targets = [{"__address__" = "cadvisor:8080"}]
|
||||||
forward_to = [prometheus.remote_write.central_grafana.receiver]
|
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