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


##########
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:
   Yes, it could be used. These two ``report`` receive different 
``generators``. The former needs a generator that generates ``MeterData`` and 
the latter ``MeterDataCollection``.



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