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 8a25ac6  Python celery plugin (#7159)
8a25ac6 is described below

commit 8a25ac6229ebffdfc8baf358a56554cfa1ab6492
Author: Tomasz Pytel <[email protected]>
AuthorDate: Tue Jun 22 11:05:33 2021 -0300

    Python celery plugin (#7159)
---
 oap-server/server-bootstrap/src/main/resources/component-libraries.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml 
b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index 0b0ad98..8096b16 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -517,6 +517,9 @@ Pyramid:
 Psychopg:
   id: 7010
   languages: Python
+Celery:
+  id: 7011
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent

Reply via email to