You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/11 05:20:45 UTC

[skywalking] branch master updated: Fix missing Kratos component id (#7435)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 139bb56  Fix missing Kratos component id (#7435)
139bb56 is described below

commit 139bb56ac928942b1dace5cd9adcb7e8595b6c9f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Aug 11 13:20:32 2021 +0800

    Fix missing Kratos component id (#7435)
---
 .../server-bootstrap/src/main/resources/component-libraries.yml    | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
index cdc6e34..5db237a 100755
--- a/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
+++ b/oap-server/server-bootstrap/src/main/resources/component-libraries.yml
@@ -476,12 +476,9 @@ GoMicroClient:
 GoMicroServer:
   id: 5009
   languages: Golang
-GoKratosServer:
+Kratos:
   id: 5010
   languages: Golang
-GoKratosClient:
-  id: 5011
-  languages: Golang
 GoMysql:
   id: 5012
   languages: Golang
@@ -617,6 +614,4 @@ Component-Server-Mappings:
   spring-kafka-consumer: kafka-consumer
   mssql-jdbc-driver: SqlServer
   Psychopg: PostgreSQL
-  GoKratosClient: Kratos
-  GoKratosServer: Kratos
   GoMysql: Mysql