mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 14:27:34 +00:00
998 B
998 B
title | description | ha_category | ha_release | ha_domain | ha_iot_class | ha_integration_type | |
---|---|---|---|---|---|---|---|
Graphite | Instructions on how to record Home Assistant history in Graphite. |
|
0.13 | graphite | Local Push | integration |
The graphite
integration records all events and state changes and feeds the data to a graphite instance.
To enable this component, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
graphite:
{% configuration %}
host:
description: IP address of your graphite host, e.g., 192.168.1.10.
required: false
type: string
default: localhost
port:
description: Port on graphite host.
required: false
type: integer
default: 2003
protocol:
description: "Type of communication protocol: tcp
or udp
."
required: false
type: string
default: tcp
prefix:
description: Prefix is the metric prefix in graphite.
required: false
type: string
default: ha
{% endconfiguration %}