timifasubaa commented on a change in pull request #5844: add timing to stats 
logger
URL: 
https://github.com/apache/incubator-superset/pull/5844#discussion_r216200650
 
 

 ##########
 File path: superset/stats_logger.py
 ##########
 @@ -29,6 +29,9 @@ def decr(self, key):
         """Decrement a counter"""
         raise NotImplementedError()
 
+    def timing(self, key, time_in_milliseconds):
 
 Review comment:
   That's true. I'll change it. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to