From 8d8aaec4aa92092a87144d852656b0f9ec76b48d Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 25 Jun 2020 14:43:23 +0100 Subject: [PATCH] Revert "disable statsd" This reverts commit bb05dcf2211279b116b88ea40d4c312b9f3ebae4. With paas's work on their scheduler, and our reduction in statsd dns usage, we hope this is enough to re-enable statsd --- app/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/config.py b/app/config.py index 7a9f881d3..4e13a3732 100644 --- a/app/config.py +++ b/app/config.py @@ -493,9 +493,6 @@ class Live(Config): CRONITOR_ENABLED = True - # TODO: revert when we're confident statsd won't break things - STATSD_ENABLED = False - class CloudFoundryConfig(Config): pass