mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
remove statsd
This commit is contained in:
@@ -1002,5 +1002,3 @@ LOGGING = {
|
||||
}
|
||||
}
|
||||
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
STATSD_HOST = 'localhost'
|
||||
|
||||
@@ -65,15 +65,6 @@ PASSWORD_HASHERS = (
|
||||
# Configure a default UUID for development only.
|
||||
SYSTEM_UUID = '00000000-0000-0000-0000-000000000000'
|
||||
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
STATSD_HOST = None
|
||||
STATSD_PREFIX = None
|
||||
#STATSD_CLIENT = 'django_statsd.clients.normal'
|
||||
#STATSD_HOST = 'graphite'
|
||||
STATSD_PORT = 8125
|
||||
#STATSD_PREFIX = 'tower'
|
||||
STATSD_MAXUDPSIZE = 512
|
||||
|
||||
# If there is an `/etc/tower/settings.py`, include it.
|
||||
# If there is a `/etc/tower/conf.d/*.py`, include them.
|
||||
include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
|
||||
@@ -14,6 +14,3 @@ DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
SQL_DEBUG = DEBUG
|
||||
|
||||
# Statistics Gathering
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
STATSD_HOST = 'localhost'
|
||||
|
||||
Reference in New Issue
Block a user