mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
16 lines
951 B
ReStructuredText
16 lines
951 B
ReStructuredText
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 |
|
|
+-----------------+---------------------------------------+----------+---------------+
|