mozilla-services / iprepd-nginx

Openresty nginx module for integrating with iprepd
https://github.com/mozilla-services/iprepd
Mozilla Public License 2.0
9 stars 5 forks source link

Metrics collection via statsd #8

Closed ajvb closed 6 years ago

ajvb commented 6 years ago

Adds support for enabling metrics collection via statsd. client:flush_stats() added so that sending to statsd can be done in a non-blocking way.

Fixes #3