mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Ls339/datadog docs (#31446)
* Improve documentation for the Datadog integration * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
399eb3d250
commit
73c5a3ed00
@ -23,6 +23,14 @@ The integration also sends events from the logbook into Datadog, allowing you to
|
|||||||
<img src='/images/screenshots/datadog-event-stream.png' />
|
<img src='/images/screenshots/datadog-event-stream.png' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
You need to have a Datadog agent installed in a network accessible by Home Assistant.
|
||||||
|
|
||||||
|
In the [Datadog Agent configuration](https://github.com/DataDog/datadog-agent/blob/main/pkg/config/config_template.yaml#L2203-L2207), you must enable [DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/) non-local traffic to allow StatsD data collection from outside `localhost`.
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
To use the `datadog` integration in your installation, add the following to your `configuration.yaml` file:
|
To use the `datadog` integration in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -42,7 +50,7 @@ port:
|
|||||||
default: 8125
|
default: 8125
|
||||||
type: integer
|
type: integer
|
||||||
prefix:
|
prefix:
|
||||||
description: Prefix to use.
|
description: Metric prefix to use.
|
||||||
required: false
|
required: false
|
||||||
default: "`hass`"
|
default: "`hass`"
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user