mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
Update datadog docs to reflect new config flow (#39839)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: c0ffeeca7 <k0ffeeka7@gmail.com>
This commit is contained in:
parent
657a4dba84
commit
52a37fe339
@ -35,33 +35,21 @@ In the [Datadog Agent configuration](https://github.com/DataDog/datadog-agent/bl
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
To use the `datadog` integration in your installation, add the following to your {% term "`configuration.yaml`" %} file.
|
{% include integrations/config_flow.md %}
|
||||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
|
||||||
|
|
||||||
```yaml
|
{% configuration_basic %}
|
||||||
# Example configuration.yaml entry
|
|
||||||
datadog:
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
host:
|
host:
|
||||||
description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23.
|
description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23.
|
||||||
required: false
|
|
||||||
default: localhost
|
|
||||||
type: string
|
|
||||||
port:
|
port:
|
||||||
description: Port to use.
|
description: Port to use.
|
||||||
required: false
|
|
||||||
default: 8125
|
|
||||||
type: integer
|
|
||||||
prefix:
|
prefix:
|
||||||
description: Metric prefix to use.
|
description: Metric prefix to use.
|
||||||
required: false
|
|
||||||
default: "`hass`"
|
|
||||||
type: string
|
|
||||||
rate:
|
rate:
|
||||||
description: The sample rate of UDP packets sent to Datadog.
|
description: The sample rate of UDP packets sent to Datadog.
|
||||||
required: false
|
{% endconfiguration_basic %}
|
||||||
default: 1
|
|
||||||
type: integer
|
## Removing the integration
|
||||||
{% endconfiguration %}
|
|
||||||
|
This integration follows standard integration removal. No extra steps are required.
|
||||||
|
|
||||||
|
{% include integrations/remove_device_service.md %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user