Skip to content

Commit

Permalink
Update the statsd config example (#12756)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Aug 17, 2022
1 parent 40f7fad commit 3780660
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ Connect Airflow to DogStatsD (included in the Datadog Agent) by using the Airflo
```conf
[scheduler]
statsd_on = True
statsd_host = localhost # Hostname or IP of server running the Datadog Agent
statsd_port = 8125 # DogStatsD port configured in the Datadog Agent
# Hostname or IP of server running the Datadog Agent
statsd_host = localhost
# DogStatsD port configured in the Datadog Agent
statsd_port = 8125
statsd_prefix = airflow
```

Expand Down

0 comments on commit 3780660

Please sign in to comment.