diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index db6ea1c71e7b9e30f1b5ec2f06df4120c4f8c942..9e6184d2f09c093b6d9bf107e7a183f313c05fec 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 7deebda901276dbfe5d151c657242be1f0f61024..7435ed290be5c40e1f7a953366307137909104ca 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