Add component ID for Python websocket (#10289)
This commit is contained in:
parent
ccbfa3e554
commit
12fc6884f0
|
|
@ -79,6 +79,7 @@
|
|||
* Fix TCP service instances are lack of instance properties like `pod` and `namespace`, which causes Pod log not to work for TCP workloads.
|
||||
* Add Python HBase happybase module component ID(94).
|
||||
* Fix gRPC alarm cannot update settings from dynamic configuration source.
|
||||
* Add Python Websocket module component ID(7018).
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -655,6 +655,9 @@ AsyncPG:
|
|||
AIORedis:
|
||||
id: 7017
|
||||
languages: Python
|
||||
Websockets:
|
||||
id: 7018
|
||||
languages: Python
|
||||
|
||||
# PHP components
|
||||
# [8000, 9000) for PHP agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue