You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/07/02 15:06:33 UTC

[skywalking-python] 01/01: [Doc] Add Flask plugin and since version to docs

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 88a95efd516fd05992a31ff0956ad8eae9b23549
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Jul 2 23:06:23 2020 +0800

    [Doc] Add Flask plugin and since version to docs
---
 README.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d7e2b4d..42039ac 100644
--- a/README.md
+++ b/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/) | `requests` | v0.1.0 |
+| [Flask](https://flask.palletsprojects.com/en/1.1.x/) | `requests` | not yet released |
 
 ## API