A sidecar container that scrapes requests and connection stats from nginx and sends them to statsd
10K+
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:
requests the number of requests that nginx has handled since the last time
nginx_statsd_sidecar retrieved stats from nginxactive_connections the number of currently active nginx connectionsreading the number of active nginx connections in reading statewriting the number of active nginx connections in writing statewaiting the number of active nginx connections in waiting statePlease see https://nginx-statsd-sidecar.readthedocs.io for the full set of docs.
Content type
Image
Digest
sha256:05d1862c7…
Size
135.9 MB
Last updated
about 1 year ago
docker pull caltechads/nginx_statsd_sidecar