Bisk1 commented on issue #34845: URL: https://github.com/apache/airflow/issues/34845#issuecomment-1756602096
looks like some metric names are missing on exemptions list https://github.com/apache/airflow/pull/30873/files#diff-1cca954ec0be1aaf2c212e718c004cb0902a96ac60043bf0c97a782dee52cc32R55 @ferruzzi should we add them? ``` r"^dag\.(?P<dag_id>.*)\.(?P<task_id>.*)\.queued_duration$", r"^dag\.(?P<dag_id>.*)\.(?P<task_id>.*)\.scheduled_duration$", ``` It looks like it was added before your change: https://github.com/apache/airflow/blob/8fdf3582c2967161dd794f7efb53691d092f0ce6/airflow/models/taskinstance.py#L2184 -- 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]
