From 82f859dc7e387850677a4d37bb32b3e55de2fb27 Mon Sep 17 00:00:00 2001 From: Tomasz Pytel Date: Tue, 15 Dec 2020 14:14:40 -0300 Subject: [PATCH] [Plugin] add Python Pyramid component ID (#6012) --- CHANGES.md | 1 + .../src/main/resources/component-libraries.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8b629fbcbd..6f857f08a3 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 f1389607ea..23045ebcff 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 -- GitLab