Source code for adhocracy_core.stats

"""Send runtime statistics to `statsd <http://statsd.readthedocs.org>`."""


[docs]def includeme(config): """Add statsd client.""" config.include('substanced.stats') config.include('.subscriber')