Add component id for go-kratos & go-mysql (#7428)
This commit is contained in:
parent
ac4330c0bc
commit
9a05ad4b42
|
|
@ -24,6 +24,7 @@ Release Notes.
|
|||
performance impact.
|
||||
* Remove `version` and `endTime` in the segment entity. Reduce indexing payload.
|
||||
* Fix `mapper_parsing_exception` in ElasticSearch 7.14.
|
||||
* Support component IDs for Go-Kratos framework.
|
||||
|
||||
#### UI
|
||||
|
||||
|
|
|
|||
|
|
@ -476,6 +476,15 @@ GoMicroClient:
|
|||
GoMicroServer:
|
||||
id: 5009
|
||||
languages: Golang
|
||||
GoKratosServer:
|
||||
id: 5010
|
||||
languages: Golang
|
||||
GoKratosClient:
|
||||
id: 5011
|
||||
languages: Golang
|
||||
GoMysql:
|
||||
id: 5012
|
||||
languages: Golang
|
||||
|
||||
# Lua components
|
||||
# [6000, 7000) for Lua agent
|
||||
|
|
@ -608,3 +617,6 @@ Component-Server-Mappings:
|
|||
spring-kafka-consumer: kafka-consumer
|
||||
mssql-jdbc-driver: SqlServer
|
||||
Psychopg: PostgreSQL
|
||||
GoKratosClient: Kratos
|
||||
GoKratosServer: Kratos
|
||||
GoMysql: Mysql
|
||||
|
|
|
|||
Loading…
Reference in New Issue