xBis7 commented on code in PR #63932:
URL: https://github.com/apache/airflow/pull/63932#discussion_r2961008392


##########
scripts/ci/prek/check_metrics_synced_with_the_registry.py:
##########
@@ -51,7 +51,7 @@
     "timer": "timer",
 }
 
-STATS_OBJECTS = {"Stats", "stats", "DualStatsManager"}
+STATS_OBJECTS = {"Stats", "stats"}

Review Comment:
   because in certain places we had
   ```
   self.stats.incr(...
   ```
   
   but now, if the `Stats` shim is also removed from the core and sdk, then it 
can be just `stats`.



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