You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "jmjoy (via GitHub)" <gi...@apache.org> on 2023/04/13 01:41:50 UTC

[GitHub] [skywalking-php] jmjoy commented on a diff in pull request #64: Add amqplib plugin.

jmjoy commented on code in PR #64:
URL: https://github.com/apache/skywalking-php/pull/64#discussion_r1164853624


##########
src/component.rs:
##########
@@ -24,3 +24,4 @@ pub const COMPONENT_PHP_MYSQLI_ID: i32 = 8004;
 pub const COMPONENT_PHP_PREDIS_ID: i32 = 8006;
 pub const COMPONENT_PHP_MEMCACHED_ID: i32 = 20;
 pub const COMPONENT_PHP_REDIS_ID: i32 = 7;
+pub const COMPONENT_RABBITMQ_PRODUCER_ID: i32 = 52;

Review Comment:
   The consumer plan will be added later (PHP is not very suitable as a consumer).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org