wu-sheng commented on a change in pull request #32: URL: https://github.com/apache/skywalking-python/pull/32#discussion_r449077391
########## File path: README.md ########## @@ -63,11 +63,12 @@ Environment Variable | Description | Default There're some built-in plugins that support automatic instrumentation of Python libraries, the complete lists are as follow: -Library | Plugin Name -| :--- | :--- | -| [http.server](https://docs.python.org/3/library/http.server.html) | `sw_http_server` | -| [urllib.request](https://docs.python.org/3/library/urllib.request.html) | `sw_urllib_request` | -| [requests](https://requests.readthedocs.io/en/master/) | `requests` | +Library | Plugin Name | Since Version +| :--- | :--- | :--- | +| [http.server](https://docs.python.org/3/library/http.server.html) | `sw_http_server` | v0.1.0 | +| [urllib.request](https://docs.python.org/3/library/urllib.request.html) | `sw_urllib_request` | v0.1.0 | +| [requests](https://requests.readthedocs.io/en/master/) | `sw_requests` | v0.1.0 | +| [Flask](https://flask.palletsprojects.com/en/1.1.x/) | `sw_flask` | not yet released | Review comment: Actually, you don't need this version. Do you remember SkyWalking Java agent's supported list? Because we have tagged doc for different versions, we could link the documents in the README. ---------------------------------------------------------------- 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]
