1.9 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_integration_type, related, ha_quality_scale, ha_config_flow
| title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_integration_type | related | ha_quality_scale | ha_config_flow | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Datadog | Send data and events to Datadog. |
|
Local Push | 0.45 | datadog | integration |
|
legacy | true |
The Datadog {% term integration %} sends all state changes to Datadog using a Datadog Agent.
Datadog allows you to analyze, monitor, cross-reference and alert upon your data. You can use it to detect statistical anomalies, see graphs across multiple sources in real-time, send critical alerts to Slack, etc.
The integration also sends events from activity tracking into Datadog, allowing you to correlate these events with your data.
Setup
You need to have a Datadog agent installed in a network accessible by Home Assistant.
In the Datadog Agent configuration, you must enable DogStatsD non-local traffic to allow StatsD data collection from outside localhost.
Configuration
{% include integrations/config_flow.md %}
{% configuration_basic %} host: description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23. port: description: Port to use. prefix: description: Metric prefix to use. rate: description: The sample rate of UDP packets sent to Datadog. {% endconfiguration_basic %}
Removing the integration
This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %}