You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/09/10 05:24:51 UTC

[GitHub] timifasubaa commented on a change in pull request #5844: add timing to stats logger

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org