diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index a9b87af127..c865cc0aef 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -60,6 +60,7 @@ * Apply MQE on APISIX, AWS_EKS, AWS_GATEWAY and AWS_S3 layer UI templates. * Fix BooleanMatch and BooleanNotEqualMatch doing Boolean comparison. * Support LogQL HTTP query APIs. +* Add Mux Server component ID(5017) language: Golang. #### 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 9801fc810f..f6d7d28a0b 100644 --- a/oap-server/server-starter/src/main/resources/component-libraries.yml +++ b/oap-server/server-starter/src/main/resources/component-libraries.yml @@ -625,6 +625,9 @@ Echo: Lock: id: 5016 language: Golang,Node.js,Python,java +GoMuxServer: + id: 5017 + language: Golang # Lua components # [6000, 7000) for Lua agent