Difference between revisions of "Airflow monitoring"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{airflow monitoring}} == See also == * {{Airflow}} Category:Airflow")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/index.html
  
  
 +
{{airflow monitoring}}
  
{{airflow monitoring}}
 
  
 +
AIRFLOW__METRICS__STATD_HOST    =  localhost
 +
AIRFLOW__METRICS__STATD_ON      =  True 
 +
AIRFLOW__METRICS__STATD_PORT    =  [[8125]]
 +
AIRFLOW__METRICS__STATD_PREFIX  =  airflow
  
 
== See also ==
 
== See also ==

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: