fuga2136 0e35ae285c Update statsd with their official logo (#1091)
Replace logo with official
2016-10-04 17:18:03 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, logo, footer, ha_category, ha_release
layout title description date sidebar comments sharing logo footer ha_category ha_release
page StatsD Record events in StatsD. 2016-01-25 08:00 true false true statsd.png true History 0.12

The statsd component makes it possible to transfer all state changes to an external StatsD instance.

To use the statsd component in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
statsd:
  host: DB_HOST_IP_ADDRESS
  port: 20000
  prefix: DB_TO_STORE_EVENTS
  rate: 1
  log_attributes: true

Configuration variables:

  • host (Optional): IP address of your StatsD host, eg. 192.168.1.10. Defaults to localhost.
  • 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.