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/03/01 13:40:46 UTC

[GitHub] [airflow] yeachan153 opened a new issue #21897: Metrics documentation incorrectly lists dag_processing.processor_timeouts as a gauge

yeachan153 opened a new issue #21897:
URL: https://github.com/apache/airflow/issues/21897


   ### Describe the issue with documentation
   
   According to the [documentation](https://airflow.apache.org/docs/apache-airflow/2.2.4/logging-monitoring/metrics.html), `dag_processing.processor_timeouts` is a gauge.
   
   However, checking the code, it appears to be a counter: https://github.com/apache/airflow/blob/3035d3ab1629d56f3c1084283bed5a9c43258e90/airflow/dag_processing/manager.py#L1004
   
   ### How to solve the problem
   
   Move the metric to the counter section.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit 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

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



[GitHub] [airflow] potiuk commented on issue #21897: Metrics documentation incorrectly lists dag_processing.processor_timeouts as a gauge

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


   Assigned you @yeachan153 


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