Add component id for Hutool plugin (#9284)
This commit is contained in:
parent
46ae1cfe1e
commit
9793f323d5
|
|
@ -12,6 +12,7 @@
|
|||
* Support sending alarm messages to PagerDuty.
|
||||
* Support Zipkin kafka collector.
|
||||
* Add `VIRTUAL` detect type to Process for Network Profiling.
|
||||
* Add component ID(128) for Java Hutool plugin
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -413,6 +413,9 @@ AWSLambdaGatewayAPIREST:
|
|||
Apache-ShenYu:
|
||||
id: 127
|
||||
languages: Java
|
||||
Hutool:
|
||||
id: 128
|
||||
languages: Java
|
||||
|
||||
# .NET/.NET Core components
|
||||
# [3000, 4000) for C#/.NET only
|
||||
|
|
|
|||
Loading…
Reference in New Issue