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 2021/06/16 22:31:10 UTC

[skywalking] branch master updated: add component id for python Psycopg -> PostgreSQL (#7125)

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 76b3bec  add component id for python Psycopg -> PostgreSQL (#7125)
76b3bec is described below

commit 76b3bece2baaac96977c1e1c681dcdbc4d03b170
Author: Tomasz Pytel <to...@gmail.com>
AuthorDate: Wed Jun 16 19:30:52 2021 -0300

    add component id for python Psycopg -> PostgreSQL (#7125)
---
 .../server-bootstrap/src/main/resources/component-libraries.yml       | 4 ++++
 1 file changed, 4 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 3b1cce0..409784d 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -511,6 +511,9 @@ AioHttp:
 Pyramid:
   id: 7009
   languages: Python
+Psychopg:
+  id: 7010
+  languages: Python
 
 # PHP components
 # [8000, 9000) for PHP agent
@@ -592,3 +595,4 @@ Component-Server-Mappings:
   PyMysql: Mysql
   spring-kafka-consumer: kafka-consumer
   mssql-jdbc-driver: SqlServer
+  Psychopg: PostgreSQL