Skip to content
Snippets Groups Projects
Verified Commit ee026659 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

web: Activate gunicorn statsd metrics

parent d18c942c
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ case "$1" in
--threads ${THREADS} \
--workers ${WORKERS} \
--timeout ${TIMEOUT} \
--statsd-host=${STATSD_HOST}:${STATSD_PORT} \
--statsd-prefix=${STATSD_SERVICE_TYPE} \
--access-logfile '-' \
--env DJANGO_SETTINGS_MODULE=${DJANGO_SETTINGS_MODULE} \
--config 'python:swh.web.gunicorn_config' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment