sprockets-statsd/docs/index.rst
Dave Shawley 38a5e3f566
Refactor to pull out TCP details.
This will make it easier to add the UDP protocol.
2021-03-23 07:57:32 -04:00

55 lines
1.3 KiB
ReStructuredText

================
sprockets-statsd
================
.. include:: ../README.rst
Configuration
=============
The statsd connection is configured by the ``statsd`` application settings key. The default values can be set by
the following environment variables.
.. envvar:: STATSD_HOST
The host or IP address of the StatsD server to send metrics to.
.. envvar:: STATSD_PORT
The TCP port number that the StatsD server is listening on. This defaults to 8125 if it is not configured.
You can fine tune the metric payloads and the connector by setting additional values in the ``stats`` key of
:attr:`tornado.web.Application.settings`. See the :class:`sprockets_statsd.mixins.Application` class
documentation for a description of the supported settings.
Reference
=========
.. autoclass:: sprockets_statsd.statsd.Connector
:members:
Mixin classes
-------------
.. autoclass:: sprockets_statsd.mixins.Application
:members:
.. autoclass:: sprockets_statsd.mixins.RequestHandler
:members:
Internals
---------
.. autoclass:: sprockets_statsd.statsd.Processor
:members:
.. autoclass:: sprockets_statsd.statsd.StatsdProtocol
:members:
.. autoclass:: sprockets_statsd.statsd.TCPProtocol
:members:
Release history
===============
.. include:: ../CHANGELOG.rst
.. toctree::
:maxdepth: 2