[Plugin] added component ID for Python aiohttp (#6006)
This commit is contained in:
parent
62b690b5cd
commit
065a79778a
|
|
@ -23,6 +23,7 @@ Release Notes.
|
|||
* Fix group name can't be query in the GraphQL.
|
||||
* Fix potential gRPC connection leak(not closed) for the channels among OAP instances.
|
||||
* Filter OAP instances(unassigned in booting stage) of the empty IP in KubernetesCoordinator.
|
||||
* Add component ID for Python aiohttp plugin requester and server.
|
||||
|
||||
#### UI
|
||||
* Fix un-removed tags in trace query.
|
||||
|
|
|
|||
|
|
@ -476,6 +476,9 @@ Urllib3:
|
|||
Sanic:
|
||||
id: 7007
|
||||
languages: Python
|
||||
AioHttp:
|
||||
id: 7008
|
||||
languages: Python
|
||||
|
||||
# PHP components
|
||||
# [8000, 9000) for PHP agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue