You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/12/14 23:15:24 UTC

[skywalking] branch master updated: [Plugin] added component ID for Python aiohttp (#6006)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 065a797  [Plugin] added component ID for Python aiohttp (#6006)
065a797 is described below

commit 065a79778a0e28e88b04faaa1c03c64181c60940
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Mon Dec 14 20:14:59 2020 -0300

    [Plugin] added component ID for Python aiohttp (#6006)
---
 CHANGES.md                                                             | 1 +
 oap-server/server-bootstrap/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index d2094a6..919b589 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,6 +23,7 @@ Release Notes.
 * Fix group name can't be query in the GraphQL.
 * Fix potential gRPC connection leak(not closed) for the channels among OAP instances.
 * Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
+* Add component ID for Python aiohttp plugin requester and server.
 
 #### UI
 * Fix un-removed tags in trace query.
diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index 872c865..f138960 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -476,6 +476,9 @@ Urllib3:
 Sanic:
   id: 7007
   languages: Python
+AioHttp:
+  id: 7008
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent