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

counters: Update to statsd compliant docker image

Refs. swh/infra/sysadm-environment#5376
parent f148243b
No related branches found
Tags v4.3.0
No related merge requests found
......@@ -23,6 +23,8 @@ case "$1" in
--threads ${THREADS} \
--workers ${WORKERS} \
--timeout ${TIMEOUT} \
--statsd-host=${STATSD_HOST}:${STATSD_PORT} \
--statsd-prefix=${STATSD_SERVICE_TYPE} \
--reload \
--config 'python:swh.core.api.gunicorn_config' \
'swh.counters.api.server:make_app_from_configfile()'
......
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