diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-27 14:18:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-27 14:18:43 +0100 |
commit | 02ed668286cebfa3ac079ab5263950a22816f61c (patch) | |
tree | 10d132a483e789c2a24c37fc9bed63e1ec63f340 /app/telemetry/config/apm-config.yaml | |
parent | 7d486b3907cdd902d38d799eba9651966f0e7c4f (diff) | |
download | nixcfg-02ed668286cebfa3ac079ab5263950a22816f61c.tar.gz nixcfg-02ed668286cebfa3ac079ab5263950a22816f61c.zip |
Remove mount garage using rclone systemd service
Diffstat (limited to 'app/telemetry/config/apm-config.yaml')
-rw-r--r-- | app/telemetry/config/apm-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/telemetry/config/apm-config.yaml b/app/telemetry/config/apm-config.yaml index 881cb40..9288036 100644 --- a/app/telemetry/config/apm-config.yaml +++ b/app/telemetry/config/apm-config.yaml @@ -11,6 +11,10 @@ output.elasticsearch: username: "apm" password: "{{ key "secrets/telemetry/elastic_passwords/apm" }}" +instrumentation: + enabled: true + environment: staging + logging: level: warning to_stderr: true |