muse-dev[bot] commented on a change in pull request #116:
URL: https://github.com/apache/skywalking-python/pull/116#discussion_r566248808
##########
File path: skywalking/agent/protocol/grpc.py
##########
@@ -68,10 +68,15 @@ def on_error(self):
self.channel.subscribe(self._cb, try_to_connect=True)
def report(self, queue: Queue, block: bool = True):
+ start = time()
Review comment:
*Unbound name:* Name `time` is used but not defined in the current
scope.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]