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 afe5afc302 Add component ID for Python Bottle plugin (#9305)
afe5afc302 is described below

commit afe5afc30279e0629300694bb4e9e03cd573cfe3
Author: jiang1997 <[email protected]>
AuthorDate: Mon Jul 4 22:11:36 2022 +0800

    Add component ID for Python Bottle plugin (#9305)
---
 docs/en/changes/changes.md                                           | 1 +
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index db6ea1c71e..9e6184d2f0 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -17,6 +17,7 @@
 * Fix a NullPointerException in the endpoint analysis, which would cause 
missing MQ-related `LocalSpan` in the trace.
 * Add `forEach`, `processRelation` function to MAL expression.
 * Add `expPrefix`, `initExp` in MAL config.
+* Add component ID(7015) for Python Bottle plugin
 
 #### UI
 
diff --git 
a/oap-server/server-starter/src/main/resources/component-libraries.yml 
b/oap-server/server-starter/src/main/resources/component-libraries.yml
index 7deebda901..7435ed290b 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -589,6 +589,9 @@ MysqlClient:
 FastAPI:
   id: 7014
   languages: Python
+Bottle:
+  id: 7015
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent

Reply via email to