mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Added log_attributes to the config documentation for statsd (#625)
This commit is contained in:
parent
6451e47133
commit
0232ca969c
@ -22,6 +22,7 @@ statsd:
|
||||
port: 20000
|
||||
prefix: DB_TO_STORE_EVENTS
|
||||
rate: 1
|
||||
log_attributes: true
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -30,6 +31,7 @@ Configuration variables:
|
||||
- **port** (*Optional*): Port to use. Defaults to 8125.
|
||||
- **prefix** (*Optional*): Prefix to use. Defaults to `hass`.
|
||||
- **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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user