diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-25 19:27:08 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-25 19:27:08 +0100 |
commit | 07b2e930147bbae8936f8b0d49d8296c790f1620 (patch) | |
tree | 00bf280d35fb058d54697663652772af6c8cede7 /app/garage-staging | |
parent | 33446d2148d64a65b1ea286adf5636be121ecd66 (diff) | |
download | nixcfg-07b2e930147bbae8936f8b0d49d8296c790f1620.tar.gz nixcfg-07b2e930147bbae8936f8b0d49d8296c790f1620.zip |
Move telemetry to carcajou
Diffstat (limited to 'app/garage-staging')
-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 037dfe6..60db1e8 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.21:4317" +trace_sink = "http://10.42.2.22:4317" |