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 2020/10/07 23:00:19 UTC

[GitHub] [airflow] wolfier opened a new issue #11341: Missing timer metric dag.loading-duration. in documentation

wolfier opened a new issue #11341:
URL: https://github.com/apache/airflow/issues/11341


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**: doc on version 1.10.6+
   
   In [1.10.5 metrics documentation](http://airflow.apache.org/docs/1.10.5/metrics.html), there is an entry for `dag.loading-duration.<dag_id>`.
   
   In [1.10.6 metrics documentation](http://airflow.apache.org/docs/1.10.6/metrics.html), the entry disappeared.
   
   The format has also change from `dag.loading-duration.<dag_file>` to `dag.loading-duration.<dag_id>` starting from 1.10.4 according to this [JIRA ticket](https://issues.apache.org/jira/browse/AIRFLOW-5274) and [PR](https://github.com/apache/airflow/pull/5890).
   
   
   


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

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



[GitHub] [airflow] kaxil edited a comment on issue #11341: Missing timer metric dag.loading-duration. in documentation

Posted by GitBox <gi...@apache.org>.
kaxil edited a comment on issue #11341:
URL: https://github.com/apache/airflow/issues/11341#issuecomment-705496516






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

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



[GitHub] [airflow] kaxil edited a comment on issue #11341: Missing timer metric dag.loading-duration. in documentation

Posted by GitBox <gi...@apache.org>.
kaxil edited a comment on issue #11341:
URL: https://github.com/apache/airflow/issues/11341#issuecomment-705496516






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

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



[GitHub] [airflow] kaxil commented on issue #11341: Missing timer metric dag.loading-duration. in documentation

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


   Thanks, will check


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

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



[GitHub] [airflow] kaxil closed issue #11341: Missing timer metric dag.loading-duration. in documentation

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #11341:
URL: https://github.com/apache/airflow/issues/11341


   


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

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



[GitHub] [airflow] kaxil commented on issue #11341: Missing timer metric dag.loading-duration. in documentation

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


   So the issue was although the docs were updated in 1.10.6 the code wasn't. But the metric `dag.loading-duration.<dag_id>` was emitted (also in Airflow 1.10.12)
   
   From Airflow 1.10.13 this metric will be changed to `dag_processing.loading-duration.<dag_file>`
   
   
   dag_processing.last_duration.<dag_file> |  
   -- | --
   
   
   


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

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



[GitHub] [airflow] kaxil commented on issue #11341: Missing timer metric dag.loading-duration. in documentation

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






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

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



[GitHub] [airflow] kaxil commented on issue #11341: Missing timer metric dag.loading-duration. in documentation

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


   (#5890 has been cherry-picked)


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

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