Add component id for go-kratos & go-mysql (#7428)

This commit is contained in:
Kagaya 2021-08-10 15:42:20 +08:00 committed by GitHub
parent ac4330c0bc
commit 9a05ad4b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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