add component id for python Psycopg -> PostgreSQL (#7125)
This commit is contained in:
parent
2dd5eea56e
commit
76b3bece2b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue