Current default container command
CMD ["gunicorn", "--workers=10", "--worker-class=gevent", "--timeout=120", "--bind=0.0.0.0:8088", "--limit-request-line=0", "--limit-request-field_size=0", "superset:app"]
does not support --statsd-host because it was not setup in the container, however, documentation says that it is supported.
Research advantages and disadvantages of adding it to the container. It would enhance the functionality but increase the container size, for example.
Current default container command
does not support
--statsd-hostbecause it was not setup in the container, however, documentation says that it is supported.Research advantages and disadvantages of adding it to the container. It would enhance the functionality but increase the container size, for example.