rawwar commented on PR #39370: URL: https://github.com/apache/airflow/pull/39370#issuecomment-2092397854
@pankajkoti, Yes, I have tested them. Allow/Block list without pattern worked perfectly. However, I noticed the following behaviour when using pattern matching, which I am not sure if it's right. ## With pattern matching enabled: 1. `AIRFLOW__METRICS__METRICS_ALLOW_LIST` = `.*queued_duration.*` : Worked perfectly <img width="925" alt="image" src="https://github.com/apache/airflow/assets/20266953/0b380cca-2a2b-4795-9af2-0af864cacda9"> 2. `AIRFLOW__METRICS__METRICS_ALLOW_LIST` = `.*get_astronauts.*` : Not sure if this is correct <img width="910" alt="image" src="https://github.com/apache/airflow/assets/20266953/8aeda08c-156b-488f-a5ff-c4467f8a34ae"> In the 2nd screenshot, I still see several metrics that don't have `get_astronauts` anywhere in their metrics names. Is this correct behaviour? One of them is `airflow.ti.finish` -- 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]
