You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/30 11:08:45 UTC

[GitHub] [airflow] ashb commented on issue #18630: Missing dagrun.duration.success/failed. metric in statsd exporter for airflow deployed on Kubernetes cluster

ashb commented on issue #18630:
URL: https://github.com/apache/airflow/issues/18630#issuecomment-931222970


   > Interesting discussion here https://www.toolbox.com/tech/programming/question/ensure-udp-packet-finished-sending-072214/
   
   That is talking about full reliable delivery which is more than we need here.
   
   My understanding was that even if it's stuck in a buffer somewhere and the process exits right after it would still send, but I'm not 100% sure of that. But given it _sometimes_ shows up you are likely right about the cause Jarek.
   
   Though actually: those metrics are emitted from within `dagrun.update_state()` -- and I had a quick look and couldn't see it being called from with TaskInstance, or LocalTaskJob, so it might be coming form the scheduler? In which case the process exit is unlikely to be the cause


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org