Add component id for Micronaut HTTP plugin (#9455)
This commit is contained in:
parent
7f21f2ee8a
commit
29c4344bd3
|
|
@ -81,6 +81,7 @@
|
|||
* Add the MYSQL layer and update layer routers.
|
||||
* Fix query order for trace list.
|
||||
* Add a calculation to convert seconds to days.
|
||||
* Add component ID(131) for Java Micronaut plugin
|
||||
|
||||
#### Documentation
|
||||
|
||||
|
|
|
|||
|
|
@ -422,6 +422,9 @@ https:
|
|||
tls:
|
||||
id: 130
|
||||
languages: ebpf
|
||||
Micronaut:
|
||||
id: 131
|
||||
languages: Java
|
||||
|
||||
# .NET/.NET Core components
|
||||
# [3000, 4000) for C#/.NET only
|
||||
|
|
@ -689,4 +692,4 @@ Component-Server-Mappings:
|
|||
GoMysql: Mysql
|
||||
ClickHouse-jdbc-driver: ClickHouse
|
||||
Apache-Kylin-jdbc-driver: Apache-Kylin
|
||||
MysqlClient: Mysql
|
||||
MysqlClient: Mysql
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f5bcd5da2e2e52b2ff2d749bfa4c4b38d327e5c5
|
||||
Subproject commit 973b51e9ca4b93215fcb4254b6cd5aee76915559
|
||||
Loading…
Reference in New Issue