Difference between revisions of "Airflow monitoring"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
+
* https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/index.html
  
  
Line 7: Line 7:
 
  AIRFLOW__METRICS__STATD_HOST    =  localhost
 
  AIRFLOW__METRICS__STATD_HOST    =  localhost
 
  AIRFLOW__METRICS__STATD_ON      =  True   
 
  AIRFLOW__METRICS__STATD_ON      =  True   
  AIRFLOW__METRICS__STATD_PORT    = [[8125]]
+
  AIRFLOW__METRICS__STATD_PORT    = [[8125]]
 
  AIRFLOW__METRICS__STATD_PREFIX  =  airflow
 
  AIRFLOW__METRICS__STATD_PREFIX  =  airflow
  

Latest revision as of 14:37, 1 November 2022


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


AIRFLOW__METRICS__STATD_HOST    =  localhost
AIRFLOW__METRICS__STATD_ON      =  True   
AIRFLOW__METRICS__STATD_PORT    =  8125
AIRFLOW__METRICS__STATD_PREFIX  =  airflow

See also[edit]

Advertising: