diff options
| author | Joakim Lindqvist <[email protected]> | 2024-10-28 11:52:26 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-28 11:52:26 +0100 |
| commit | 0249a81729df5b1ef56a182a444128b3988d5cfb (patch) | |
| tree | 3d8c96126d07deab6a065ada3e5abd85e04fa74a /upstream-config-templates | |
| parent | 5.5.9 (diff) | |
| download | zen-0249a81729df5b1ef56a182a444128b3988d5cfb.tar.xz zen-0249a81729df5b1ef56a182a444128b3988d5cfb.zip | |
Enabled statsd reporting (#207)
Datadog is already configured to accept this for us
Diffstat (limited to 'upstream-config-templates')
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index 6f32597e7..d0278844c 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -23,6 +23,10 @@ gc = { }
}
+stats = {
+ enable = true
+}
+
cache = {
enable = true,
accesslog = false,
|