Added log_attributes to the config documentation for statsd (#625)
This commit is contained in:
parent
6451e47133
commit
0232ca969c
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ statsd:
|
||||||
port: 20000
|
port: 20000
|
||||||
prefix: DB_TO_STORE_EVENTS
|
prefix: DB_TO_STORE_EVENTS
|
||||||
rate: 1
|
rate: 1
|
||||||
|
log_attributes: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -30,6 +31,7 @@ Configuration variables:
|
||||||
- **port** (*Optional*): Port to use. Defaults to 8125.
|
- **port** (*Optional*): Port to use. Defaults to 8125.
|
||||||
- **prefix** (*Optional*): Prefix to use. Defaults to `hass`.
|
- **prefix** (*Optional*): Prefix to use. Defaults to `hass`.
|
||||||
- **rate** (*Optional*): The sample rate. Defaults to 1.
|
- **rate** (*Optional*): The sample rate. Defaults to 1.
|
||||||
|
- **log_attributes** (*Optional*): Log state and attribute changes. This changes the default stats path.
|
||||||
|
|
||||||
StatsD supports various [backends](https://github.com/etsy/statsd/blob/master/docs/backend.md).
|
StatsD supports various [backends](https://github.com/etsy/statsd/blob/master/docs/backend.md).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue