You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/05/27 23:01:42 UTC

[skywalking] branch kezhenxu94-patch-1 updated: Remove config item that never takes effect

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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/kezhenxu94-patch-1 by this push:
     new 8e93e7b  Remove config item that never takes effect
8e93e7b is described below

commit 8e93e7bfb2652d0f1af7960e79e922f87e6f090b
Author: Zhenxu <ke...@apache.org>
AuthorDate: Fri May 28 07:01:31 2021 +0800

    Remove config item that never takes effect
---
 oap-server/server-bootstrap/src/main/resources/application.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/oap-server/server-bootstrap/src/main/resources/application.yml b/oap-server/server-bootstrap/src/main/resources/application.yml
index 4ac82ea..f3ac4d1 100755
--- a/oap-server/server-bootstrap/src/main/resources/application.yml
+++ b/oap-server/server-bootstrap/src/main/resources/application.yml
@@ -337,7 +337,6 @@ envoy-metric:
 prometheus-fetcher:
   selector: ${SW_PROMETHEUS_FETCHER:-}
   default:
-    active: ${SW_PROMETHEUS_FETCHER_ACTIVE:false}
     enabledRules: ${SW_PROMETHEUS_FETCHER_ENABLED_RULES:"self"}
     maxConvertWorker: ${SW_PROMETHEUS_FETCHER_NUM_CONVERT_WORKER:-1}