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 2022/07/31 19:06:58 UTC

[GitHub] [airflow] deepaklearner opened a new issue, #25433: Adding execution time monitoring feature to Airflow for monitoring long running of tasks

deepaklearner opened a new issue, #25433:
URL: https://github.com/apache/airflow/issues/25433

   ### Description
   
   Adding execution time monitoring feature to Airflow for monitoring long-running tasks. Also, an alerting feature will be added, which will compare the runtime with the average of the last 15 runs (excluding the boundary ones after sorting the run time values to exclude any erroneous data).
   
   ### Use case/motivation
   
   The execution time monitoring and alerting feature is currently available with most of the paid schedulers in the market. This key feature is missing in Airflow due to which the support team spends a lot of time in manual monitoring for execution time.
   
   ### Related issues
   
   No
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

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


[GitHub] [airflow] eladkal closed issue #25433: Adding execution time monitoring feature to Airflow for monitoring long running of tasks

Posted by GitBox <gi...@apache.org>.
eladkal closed issue #25433: Adding execution time monitoring feature to Airflow for monitoring long running of tasks
URL: https://github.com/apache/airflow/issues/25433


-- 
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


[GitHub] [airflow] boring-cyborg[bot] commented on issue #25433: Adding execution time monitoring feature to Airflow for monitoring long running of tasks

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #25433:
URL: https://github.com/apache/airflow/issues/25433#issuecomment-1200481502

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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


[GitHub] [airflow] eladkal commented on issue #25433: Adding execution time monitoring feature to Airflow for monitoring long running of tasks

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #25433:
URL: https://github.com/apache/airflow/issues/25433#issuecomment-1200779978

   It's under progress in [AIP-49 OpenTelemetry Support for Apache Airflow](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-49+OpenTelemetry+Support+for+Apache+Airflow)


-- 
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