Merge pull request #2921 from alphagov/remove-statsd-http-api-decorators

Remove statsd http api decorators and turn statsd back on for celery apps
This commit is contained in:
Pea M. Tyczynska
2020-07-14 10:16:44 +01:00
committed by GitHub
11 changed files with 3 additions and 85 deletions

View File

@@ -505,9 +505,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