You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/05 01:23:01 UTC

[GitHub] [skywalking] kezhenxu94 commented on issue #6324: [Python] Apache Skywalking, flask uwsgi, no metrics send to server

kezhenxu94 commented on issue #6324:
URL: https://github.com/apache/skywalking/issues/6324#issuecomment-773715384


   @MichaelProjects this seems to be duplicated with #5263 but also seems you had referred to it already. Can you move the grpc patch part to the top like this
   
   
   ```python
   from gevent import monkey
   monkey.patch_all()
   
   import grpc.experimental.gevent as grpc_gevent # key point
   grpc_gevent.init_gevent() # key point
   
   config.flask_collect_http_params = True
   config.logging_level = 'DEBUG'
   config.disable_plugins = 'sw_tornado'
   config.init(collector='X.X.X.X:11800', service='Contentservice')
   agent.start()
   
   ```


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