[Plugin] add Python Pyramid component ID (#6012)
This commit is contained in:
parent
957d549b68
commit
82f859dc7e
|
|
@ -25,6 +25,7 @@ Release Notes.
|
|||
* Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
|
||||
* Add component ID for Python aiohttp plugin requester and server.
|
||||
* Fix H2 in-memory database table missing issues
|
||||
* Add component ID for Python pyramid plugin server.
|
||||
|
||||
#### UI
|
||||
* Fix un-removed tags in trace query.
|
||||
|
|
|
|||
|
|
@ -479,6 +479,9 @@ Sanic:
|
|||
AioHttp:
|
||||
id: 7008
|
||||
languages: Python
|
||||
Pyramid:
|
||||
id: 7009
|
||||
languages: Python
|
||||
|
||||
# PHP components
|
||||
# [8000, 9000) for PHP agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue