Fix Alloy
All checks were successful
ShellCheck / shellcheck (push) Successful in 33s

This commit is contained in:
Mathieu Strypsteen 2024-08-18 18:08:57 +02:00
parent 10486ddffe
commit 9bcfee7ca4
Signed by: mathieu
GPG key ID: 782A42E461BC6824

View file

@ -3,7 +3,7 @@ prometheus.exporter.unix "local" {
}
prometheus.scrape "scraper" {
targets = prometheus.exporter.unix.local.targets
forward_to [prometheus.remote_write.writer.receiver]
forward_to = [prometheus.remote_write.writer.receiver]
}
prometheus.remote_write "writer" {
endpoint {