You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/08/27 07:34:18 UTC

[shardingsphere] branch master updated: Remove metrics configuration for example

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 72e6597  Remove metrics configuration for example
     new 7f85abf  Merge pull request #7098 from menghaoranss/issue6653-4
72e6597 is described below

commit 72e6597d058291b34b99ee3398ef061eff406563
Author: menghaoranss <lo...@163.com>
AuthorDate: Thu Aug 27 15:24:20 2020 +0800

    Remove metrics configuration for example
---
 .../src/main/resources/conf/server.yaml                              | 5 -----
 .../src/main/resources/conf/server.yaml                              | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
index c4a33a8..49fc20d 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-boot-mybatis-example/src/main/resources/conf/server.yaml
@@ -41,11 +41,6 @@ authentication:
       password: sharding
       authorizedSchemas: sharding_db
 
-metrics:
-   name: prometheus
-   host:  127.0.0.1
-   port:  9190
-
 props:
   max.connections.size.per.query: 1
   acceptor.size: 16  # The default value is available processors count * 2.
diff --git a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
index 63a5347..67ca4f6 100644
--- a/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
+++ b/examples/shardingsphere-proxy-example/shardingsphere-proxy-hint-example/src/main/resources/conf/server.yaml
@@ -38,11 +38,6 @@ authentication:
     root:
       password: root
 
-metrics:
-   name: prometheus
-   host:  127.0.0.1
-   port:  9190
-
 props:
   max.connections.size.per.query: 1
   acceptor.size: 16  # The default value is available processors count * 2.