diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 8e11ba8d7f..7f915a8bb5 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -79,6 +79,7 @@ * Fix TCP service instances are lack of instance properties like `pod` and `namespace`, which causes Pod log not to work for TCP workloads. * Add Python HBase happybase module component ID(94). * Fix gRPC alarm cannot update settings from dynamic configuration source. +* Add Python Websocket module component ID(7018). #### 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 9fcf428bb6..0a445f28c0 100644 --- a/oap-server/server-starter/src/main/resources/component-libraries.yml +++ b/oap-server/server-starter/src/main/resources/component-libraries.yml @@ -655,6 +655,9 @@ AsyncPG: AIORedis: id: 7017 languages: Python +Websockets: + id: 7018 + languages: Python # PHP components # [8000, 9000) for PHP agent