sungitly opened a new pull request #20: URL: https://github.com/apache/skywalking-python/pull/20
Werkzeug is widely used by python web community. Currently sw_http_server plugin doesn't support instrumenting werkzeug based python web server becasue the do_method won't be invoked at all. See https://github.com/pallets/werkzeug/blob/fc999a6262c847ad185ea3ffe0cc6f2e915a867a/src/werkzeug/serving.py#L328 When werkzeug WSGI handler is detected instead of BaseHTTPRequestHandler, wrap run_wsgi to add Skywalking instrument code. ---------------------------------------------------------------- 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]
