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 2019/03/21 06:06:19 UTC

[incubator-skywalking] branch master updated: Sync SmartSql provider setting to all of component-libraries.yml (#2394)

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/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 3438151  Sync SmartSql provider setting to all of component-libraries.yml (#2394)
3438151 is described below

commit 3438151693034a17062ceb4311832cb3b6f8817e
Author: Ahoo Wang <ah...@qq.com>
AuthorDate: Thu Mar 21 14:06:13 2019 +0800

    Sync SmartSql provider setting to all of component-libraries.yml (#2394)
    
    * Add SmartSql provider components in component-libraries config
    
    * sync SmartSql provider setting -> fix https://github.com/apache/incubator-skywalking/issues/2390
---
 docker/config/component-libraries.yml                             | 5 ++++-
 oap-server/server-core/src/test/resources/component-libraries.yml | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/docker/config/component-libraries.yml b/docker/config/component-libraries.yml
index 08944db..0cbe59e 100644
--- a/docker/config/component-libraries.yml
+++ b/docker/config/component-libraries.yml
@@ -252,7 +252,10 @@ InMemoryDatabase:
 AspNet:
   id: 3015
   languages: C#
-
+SmartSql:
+  id: 3016
+  languages: C#
+  
 # NoeJS components
 # [4000, 5000) for Node.js agent
 HttpServer:
diff --git a/oap-server/server-core/src/test/resources/component-libraries.yml b/oap-server/server-core/src/test/resources/component-libraries.yml
index 587c08b..01b396c 100644
--- a/oap-server/server-core/src/test/resources/component-libraries.yml
+++ b/oap-server/server-core/src/test/resources/component-libraries.yml
@@ -234,6 +234,9 @@ InMemoryDatabase:
 AspNet:
   id: 3015
   languages: C#
+SmartSql:
+  id: 3016
+  languages: C#
 
 # NoeJS components
 # [4000, 5000) for Node.js agent