티스토리 뷰

공부

[datadog] airflow statsd

승가비 2023. 8. 20. 14:23
728x90

dockerfile: +datadog

pip3 install datadog
airflow:
  config:
    AIRFLOW__METRICS__STATSD_ON: true
    AIRFLOW__METRICS__STATSD_PORT: 8125
    AIRFLOW__METRICS__STATSD_DATADOG_ENABLED: true
    AIRFLOW__METRICS__STATSD_DATADOG_TAGS: env:prd,name:airflow
statsd:
  enabled: false

https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/metrics.html

 

Metrics Configuration — Airflow Documentation

 

airflow.apache.org

https://medium.com/ni-tech-talk/autoscaling-your-airflow-using-datadog-external-metrics-3decaaa3072c

 

Autoscaling your Airflow using DataDog External Metrics

Follow this step-by-step guide and learn how to autoscale your Airflow K8s pods based on ExternalMetrics

medium.com

 

728x90

'공부' 카테고리의 다른 글

[Spring] Event, @TransactionalEventListener 사용하기  (0) 2023.08.20
[mysql] innodb_autoinc_lock_mode = 0  (0) 2023.08.20
[sh] start.sh  (0) 2023.08.20
[python] __new__ -> __init__  (0) 2023.08.20
[mysql] * * * * * rm -rf /var/lib/mysql/binlog*  (0) 2023.08.20
댓글