unbound alloy

This commit is contained in:
chris 2025-04-18 17:22:13 +02:00
commit 99eb445c14
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -61,3 +61,11 @@ alloy_config: |
scrape_interval = "10s"
}
prometheus.scrape "scrape_unbound" {
targets = [{
__address__ = "127.0.0.1:9167",
}]
forward_to = [prometheus.remote_write.default.receiver]
scrape_interval = "10s"
}