Superskyyy commented on code in PR #231:
URL: https://github.com/apache/skywalking-python/pull/231#discussion_r951731083


##########
skywalking/client/__init__.py:
##########
@@ -28,6 +28,9 @@ class TraceSegmentReportService(object):
     def report(self, generator):
         raise NotImplementedError()
 
+class MeterReportService(object):
+    def report(self, generator):

Review Comment:
   also report_batch?



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