You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/04/14 16:30:25 UTC

[skywalking] branch master updated: Add component ID for amqp, amqp-producer and amqp-consumer. (#10693)

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 20b10abe2e Add component ID for amqp, amqp-producer and amqp-consumer. (#10693)
20b10abe2e is described below

commit 20b10abe2e07141277ff3a50154a95a93b0c235e
Author: jmjoy <jm...@apache.org>
AuthorDate: Sat Apr 15 00:30:16 2023 +0800

    Add component ID for amqp, amqp-producer and amqp-consumer. (#10693)
    
    * Add amqp component.
    
    * Update changelogs.
---
 docs/en/changes/changes.md                                   |  1 +
 .../src/main/resources/component-libraries.yml               | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 26216204b9..4049ab19e7 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -31,6 +31,7 @@
 * Bump up graphql-java to fix cve.
 * Bump up Kubernetes Java client.
 * Support Redis Monitoring.
+* Add component ID for amqp, amqp-producer and amqp-consumer.
 
 #### UI
 * Revert: cpm5d function. This feature is cancelled from backend.
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 ef0ebab697..e2cc896f15 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -477,6 +477,16 @@ mtls:
   id: 142
   languages: ebpf, mesh
   priority: 12
+amqp:
+  id: 143
+  languages: PHP
+  priority: 45
+amqp-producer:
+  id: 144
+  languages: PHP
+amqp-consumer:
+  id: 145
+  languages: PHP
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
@@ -766,3 +776,5 @@ Component-Server-Mappings:
   Impala-jdbc-driver: Impala
   eventmesh-producer: EventMesh
   eventmesh-consumer: EventMesh
+  amqp-producer: amqp
+  amqp-consumer: amqp