remove fields from config_basic

This commit is contained in:
c0ffeeca7 2025-07-28 11:04:50 +02:00
parent 36ff3a0fa2
commit 5e429f6a5b
No known key found for this signature in database
GPG Key ID: 11BDC0C7599B77E7

View File

@ -40,24 +40,12 @@ In the [Datadog Agent configuration](https://github.com/DataDog/datadog-agent/bl
{% configuration_basic %} {% configuration_basic %}
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
default: 1
type: integer
{% endconfiguration_basic %} {% endconfiguration_basic %}
## Removing the integration ## Removing the integration