Add component ID for amqp, amqp-producer and amqp-consumer. (#10693)

* Add amqp component.

* Update changelogs.
This commit is contained in:
jmjoy 2023-04-15 00:30:16 +08:00 committed by GitHub
parent 935efe9f45
commit 20b10abe2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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.

View File

@ -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