GitHub user nisarg2121 added a comment to the discussion: Airflow Statsd Exporter Missing Metrics
@aayostem I have tried to add this configuration. But still not able to see the metrics for ``` airflow_ti_failures airflow_operator_successes airflow_operator_failures airflow_ti_successes ``` I have not added this line ``` statsd_custom_client_path: airflow.statsd.StatsdClient ``` Because after adding this configuration all airflow pod was goes into the init-crashloopbackoff error. I got the below error. ``` airflow.exceptions.AirflowConfigException: The object could not be loaded. Please check "statsd_custom_client_path" key in "metrics" section. Current value: "airflow.statsd.StatsdClient". ``` GitHub link: https://github.com/apache/airflow/discussions/58261#discussioncomment-14988283 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
