diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-17 15:06:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-17 15:06:09 +0100 |
commit | 65ca536b3b3bf92115d0fd2618555ea056dc6b6f (patch) | |
tree | 6c5804fa5f0685809b0b9d698a1aad53aa5bdd1c /app/telemetry/config/apm-config.yaml | |
parent | 689870ec00147bced3c7105daf617b0fc1e3c5eb (diff) | |
download | nixcfg-65ca536b3b3bf92115d0fd2618555ea056dc6b6f.tar.gz nixcfg-65ca536b3b3bf92115d0fd2618555ea056dc6b6f.zip |
Add telemetry to garage staging
Diffstat (limited to 'app/telemetry/config/apm-config.yaml')
-rw-r--r-- | app/telemetry/config/apm-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/telemetry/config/apm-config.yaml b/app/telemetry/config/apm-config.yaml new file mode 100644 index 0000000..1c1e645 --- /dev/null +++ b/app/telemetry/config/apm-config.yaml @@ -0,0 +1,10 @@ +apm-server: + # Defines the host and port the server is listening on. Use "unix:/path/to.sock" to listen on a unix domain socket. + host: "0.0.0.0:8200" +#-------------------------- Elasticsearch output -------------------------- +output.elasticsearch: + # Array of hosts to connect to. + # Scheme and port can be left out and will be set to the default (`http` and `9200`). + # In case you specify and additional path, the scheme is required: `http://localhost:9200/path`. + # IPv6 addresses should always be defined as: `https://[2001:db8::1]:9200`. + hosts: ["localhost:9200"] |