mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -02:30
Integrate statsd metrics into ansible playbook execution.
* Add dependencies for pystatsd and django-statsd-mozilla * Default turned off except for development environment * Modify docker-compose to install statsd/graphite host
This commit is contained in:
@@ -13,3 +13,4 @@ from development import * # NOQA
|
||||
DEBUG = False
|
||||
TEMPLATE_DEBUG = DEBUG
|
||||
SQL_DEBUG = DEBUG
|
||||
STATSD_CLIENT = 'django_statsd.clients.null'
|
||||
|
||||
Reference in New Issue
Block a user