aeroyorch commented on code in PR #69007:
URL: https://github.com/apache/airflow/pull/69007#discussion_r3480538239


##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -74,15 +73,18 @@ def __init__(
         load_op_links: bool = True,
         cache_size: int | None = None,
         cache_ttl: int | None = None,
+        stats_prefix: str = "api_server.dag_bag",

Review Comment:
   I would set this value explicitly in the API server's DAGBag constructor, 
just in case the default changes in the future



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

Reply via email to