mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Merge pull request #33 from ibnpaul/add-configuration-docs
Add configuration docs
This commit is contained in:
commit
67a1d524bf
3 changed files with 21 additions and 0 deletions
16
docs/configuration.rst
Normal file
16
docs/configuration.rst
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
Configuration
|
||||||
|
=============
|
||||||
|
|
||||||
|
sprockets.mixins.metrics has the ability to be configured via environment variables.
|
||||||
|
|
||||||
|
The following environment variables are recognized:
|
||||||
|
|
||||||
|
+-----------------+---------------------------------------+----------+---------------+
|
||||||
|
| Name | Description | Required | Default Value |
|
||||||
|
+-----------------+---------------------------------------+----------+---------------+
|
||||||
|
| STATSD_HOST | The StatsD host to connect to | No | 127.0.0.1 |
|
||||||
|
+-----------------+---------------------------------------+----------+---------------+
|
||||||
|
| STATSD_PORT | The port on which StatsD is listening | No | 8125 |
|
||||||
|
+-----------------+---------------------------------------+----------+---------------+
|
||||||
|
| STATSD_PROTOCOL | The transport-layer protocol to use | No | 8125 |
|
||||||
|
+-----------------+---------------------------------------+----------+---------------+
|
|
@ -3,6 +3,10 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
`Next Release`_
|
||||||
|
---------------
|
||||||
|
- Add configuration documentation
|
||||||
|
|
||||||
`4.0.0`_ (06-Feb-2019)
|
`4.0.0`_ (06-Feb-2019)
|
||||||
----------------------
|
----------------------
|
||||||
- Add support for Tornado 5
|
- Add support for Tornado 5
|
||||||
|
|
|
@ -8,6 +8,7 @@ License
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
api
|
api
|
||||||
|
configuration
|
||||||
examples
|
examples
|
||||||
contributing
|
contributing
|
||||||
history
|
history
|
||||||
|
|
Loading…
Reference in a new issue