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/12/15 17:15:00 UTC

[skywalking] branch master updated: [Plugin] add Python Pyramid component ID (#6012)

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

kezhenxu94 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 82f859d  [Plugin] add Python Pyramid component ID (#6012)
82f859d is described below

commit 82f859dc7e387850677a4d37bb32b3e55de2fb27
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Tue Dec 15 14:14:40 2020 -0300

    [Plugin] add Python Pyramid component ID (#6012)
---
 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 8b629fb..6f857f0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,7 @@ Release Notes.
 * Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
 * Add component ID for Python aiohttp plugin requester and server.
 * Fix H2 in-memory database table missing issues
+* Add component ID for Python pyramid plugin 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 f138960..23045eb 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -479,6 +479,9 @@ Sanic:
 AioHttp:
   id: 7008
   languages: Python
+Pyramid:
+  id: 7009
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent