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 2020/07/02 15:13:56 UTC

[GitHub] [skywalking-python] wu-sheng commented on a change in pull request #32: [Doc] Add Flask plugin and since version to docs

wu-sheng commented on a change in pull request #32:
URL: https://github.com/apache/skywalking-python/pull/32#discussion_r449073857



##########
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:
       ```suggestion
   | [Flask](https://flask.palletsprojects.com/en/1.1.x/) | `sw_flask` | 0.2.0 |
   ```
   
   How about `0.2.0`?




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