diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-26 22:06:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-26 22:06:37 +0100 |
commit | 465e2627261c504279553cb4426abf30d518dc47 (patch) | |
tree | 4d0502d55b81b0bdc56083f90711e48492020b91 /app/garage-staging/config | |
parent | 41a65b803217d7a3ebdaa5029d58a5cac4ce63da (diff) | |
download | nixcfg-465e2627261c504279553cb4426abf30d518dc47.tar.gz nixcfg-465e2627261c504279553cb4426abf30d518dc47.zip |
Add node_exporter to telemetry pipeline
Diffstat (limited to 'app/garage-staging/config')
-rw-r--r-- | app/garage-staging/config/garage.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage-staging/config/garage.toml b/app/garage-staging/config/garage.toml index 60db1e8..d2c51dd 100644 --- a/app/garage-staging/config/garage.toml +++ b/app/garage-staging/config/garage.toml @@ -24,4 +24,4 @@ index = "index.html" [admin] api_bind_addr = "0.0.0.0:3909" -trace_sink = "http://10.42.2.22:4317" +trace_sink = "http://{{ env "attr.unique.network.ip-address" }}:4317" |