The purpose of this container is to be deployed alongside a Docker container
running nginx and to report the stats that are reported from the
ngx_http_stub_status_module
module to a statsd server. It polls stats from nginx every 10 seconds (this is
configurable via an environment variable).
nginx_statsd_sidecar reports these stats to statsd:
requeststhe number of requests that nginx has handled since the last timenginx_statsd_sidecarretrieved stats from nginxactive_connectionsthe number of currently active nginx connectionsreadingthe number of active nginx connections in reading statewritingthe number of active nginx connections in writing statewaitingthe number of active nginx connections in waiting state
Please see https://nginx_statsd-sidecar.readthedocs.io for the full set of docs.