Difference between revisions of "Datadog Airflow integration"

From wikieduonline
Jump to navigation Jump to search
Line 28: Line 28:
 
  webserver | [2022-12-05 14:02:36,136] {base.py:317} INFO - Statsd buffering is disabled
 
  webserver | [2022-12-05 14:02:36,136] {base.py:317} INFO - Statsd buffering is disabled
 
  webserver | [2022-12-05 14:02:36,136] {base.py:335} INFO - Statsd periodic buffer flush is disabled
 
  webserver | [2022-12-05 14:02:36,136] {base.py:335} INFO - Statsd periodic buffer flush is disabled
 +
 +
== Errors ==
 +
* <code>[[ERROR airflow.stats Could not configure StatsClient: No module named 'datadog', using DummyStatsLogger instead]]</code>
 +
* <code>[[Error submitting packet]]: [Errno 111] Connection refused, dropping the packet and closing the socket, "level": "WARNING</code>
  
 
== Related ==
 
== Related ==
Line 35: Line 39:
 
* [[Airflow]] <code>[[base_url]]</code> default value <code>http://localhost:8080</code>
 
* [[Airflow]] <code>[[base_url]]</code> default value <code>http://localhost:8080</code>
 
* [[DogStatsD]]: <code>[[pip install]] 'apache-airflow[statsd]'</code>
 
* [[DogStatsD]]: <code>[[pip install]] 'apache-airflow[statsd]'</code>
* <code>[[ERROR airflow.stats Could not configure StatsClient: No module named 'datadog', using DummyStatsLogger instead]]</code>
 
 
* <code>[[DD_DOGSTATSD_MAPPER_PROFILES]]</code>
 
* <code>[[DD_DOGSTATSD_MAPPER_PROFILES]]</code>
* <code>[[Error submitting packet]]: [Errno 111] Connection refused, dropping the packet and closing the socket, "level": "WARNING"</code>
 
  
 
== See also ==
 
== See also ==

Revision as of 12:31, 7 December 2022

TO_MERGE: Datadog Airflow

statsd_datadog_enabled
statsd_datadog_tags

Airflow monitoring

[metrics]
statsd_on = True
statsd_host = localhost
statsd_port = 8125
statsd_prefix = airflow
#statsd_allow_list = scheduler,executor,dagrun
statsd_datadog_enabled = False


Logs

triggerer | [2022-12-05 14:02:35,051] {base.py:317} INFO - Statsd buffering is disabled
triggerer | [2022-12-05 14:02:35,052] {base.py:335} INFO - Statsd periodic buffer flush is disabled
triggerer | [2022-12-05 14:02:35,053] {base.py:317} INFO - Statsd buffering is disabled
triggerer | [2022-12-05 14:02:35,053] {base.py:335} INFO - Statsd periodic buffer flush is disabled
scheduler | [2022-12-05 14:02:35,223] {base.py:317} INFO - Statsd buffering is disabled
scheduler | [2022-12-05 14:02:35,234] {base.py:335} INFO - Statsd periodic buffer flush is disabled
scheduler | [2022-12-05 14:02:35,235] {base.py:317} INFO - Statsd buffering is disabled
scheduler | [2022-12-05 14:02:35,235] {base.py:335} INFO - Statsd periodic buffer flush is disabled
webserver | [2022-12-05 14:02:36,135] {base.py:317} INFO - Statsd buffering is disabled
webserver | [2022-12-05 14:02:36,135] {base.py:335} INFO - Statsd periodic buffer flush is disabled
webserver | [2022-12-05 14:02:36,136] {base.py:317} INFO - Statsd buffering is disabled
webserver | [2022-12-05 14:02:36,136] {base.py:335} INFO - Statsd periodic buffer flush is disabled

Errors

Related

See also

Advertising: