larryyu1285 commented on issue #52254:
URL: https://github.com/apache/airflow/issues/52254#issuecomment-3149047188

   The metrics below are from my statsd-exporter logs after I triggered a DAG 
that later failed. As the logs show, only task_instance_created was emitted.
   
   I use airflow version `3.0.3`
   ```
   2025-08-04 11:45:45 time=2025-08-04T03:45:45.059Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:8.303375|ms
   2025-08-04 11:45:47 time=2025-08-04T03:45:47.928Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:2.348084|ms
   2025-08-04 11:46:03 time=2025-08-04T03:46:03.859Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:2.921875|ms
   2025-08-04 11:46:03 time=2025-08-04T03:46:03.879Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:3.580958|ms
   2025-08-04 11:46:48 time=2025-08-04T03:46:48.204Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:6.642375|ms
   2025-08-04 11:46:48 time=2025-08-04T03:46:48.209Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:7.632917|ms
   2025-08-04 11:46:52 time=2025-08-04T03:46:52.237Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:39.680208|ms
   2025-08-04 11:47:04 time=2025-08-04T03:47:04.355Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:4.704292|ms
   2025-08-04 11:47:05 time=2025-08-04T03:47:05.901Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.task_instance_created_BashOperator:1|c
   2025-08-04 11:47:05 time=2025-08-04T03:47:05.903Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.task_instance_created:1|c
   2025-08-04 11:47:05 time=2025-08-04T03:47:05.903Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.task_instance_created_HttpOperator:1|c
   2025-08-04 11:47:05 time=2025-08-04T03:47:05.903Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.task_instance_created:1|c
   2025-08-04 11:47:08 time=2025-08-04T03:47:08.776Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:195.017208|ms
   2025-08-04 11:47:14 time=2025-08-04T03:47:14.907Z level=DEBUG 
source=listener.go:96 msg="Incoming line" proto=udp 
line=airflow.serde.load_serializers:2.884000|ms
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to