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 5b5fb3984f Add Golang as a supported language for AMQP. (#11838)
5b5fb3984f is described below

commit 5b5fb3984ff09631c40c6f4cd5e27e20c5dab9cf
Author: Starry <codeprince2...@163.com>
AuthorDate: Sun Jan 28 22:52:54 2024 +0800

    Add Golang as a supported language for AMQP. (#11838)
---
 docs/en/changes/changes.md                                          | 1 +
 .../server-starter/src/main/resources/component-libraries.yml       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 98d09b5e62..6e7f129229 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -37,6 +37,7 @@
   - SO11Y_OAP -> K8S_SERVICE
   - VIRTUAL_DATABASE -> MYSQL
   - VIRTUAL_DATABASE -> POSTGRESQL
+* Add Golang as a supported language for AMQP.
 
 #### 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 1e845ec150..f5c1b97491 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -479,14 +479,14 @@ mtls:
   priority: 12
 amqp:
   id: 143
-  languages: PHP
+  languages: PHP,Golang
   priority: 45
 amqp-producer:
   id: 144
-  languages: PHP
+  languages: PHP,Golang
 amqp-consumer:
   id: 145
-  languages: PHP
+  languages: PHP,Golang
 Jersey:
   id: 146
   languages: Java

Reply via email to