unbound alloy
This commit is contained in:
parent
b621d0829b
commit
99eb445c14
1 changed files with 8 additions and 0 deletions
|
@ -61,3 +61,11 @@ alloy_config: |
|
||||||
scrape_interval = "10s"
|
scrape_interval = "10s"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prometheus.scrape "scrape_unbound" {
|
||||||
|
targets = [{
|
||||||
|
__address__ = "127.0.0.1:9167",
|
||||||
|
}]
|
||||||
|
forward_to = [prometheus.remote_write.default.receiver]
|
||||||
|
scrape_interval = "10s"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue