Update alloy/config.alloy
This commit is contained in:
parent
05851dd7d8
commit
7e3f17df84
@ -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]
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user