diff --git a/apps/swh-counters/entrypoint.sh b/apps/swh-counters/entrypoint.sh index 40a1452030627ce12d4ad0e92044e9658d21625d..bf6ae641f03beca657f20aa10f1dba14b25de9a2 100644 --- a/apps/swh-counters/entrypoint.sh +++ b/apps/swh-counters/entrypoint.sh @@ -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()'