mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Update Datadog component configuration variable (#6546)
Update style of Datadog component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
5030fc0f1c
commit
863fe93c25
@ -33,9 +33,25 @@ To use the `datadog` component in your installation, add the following to your `
|
|||||||
datadog:
|
datadog:
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Optional*): The IP address or hostname of your Datadog host, e.g., 192.168.1.23. Defaults to `localhost`.
|
description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23.
|
||||||
- **port** (*Optional*): Port to use. Defaults to 8125.
|
required: false
|
||||||
- **prefix** (*Optional*): Prefix to use. Defaults to `hass`.
|
default: localhost
|
||||||
- **rate** (*Optional*): The sample rate of UDP packets sent to Datadog. Defaults to 1.
|
type: string
|
||||||
|
port:
|
||||||
|
description: Port to use.
|
||||||
|
required: false
|
||||||
|
default: 8125
|
||||||
|
type: integer
|
||||||
|
prefix:
|
||||||
|
description: Prefix to use.
|
||||||
|
required: false
|
||||||
|
default: hass
|
||||||
|
type: string
|
||||||
|
rate:
|
||||||
|
description: The sample rate of UDP packets sent to Datadog.
|
||||||
|
required: false
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user