You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wa...@apache.org on 2022/04/01 14:19:55 UTC

[skywalking-showcase] 01/01: update oap environment variables

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

wankai pushed a commit to branch oap-
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 8e56bab7c16b8d681372488ee7d859cb339cfd4c
Author: wankai123 <wa...@foxmail.com>
AuthorDate: Fri Apr 1 22:19:25 2022 +0800

    update oap environment variables
---
 deploy/platform/kubernetes/feature-cluster/resources.yaml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/feature-cluster/resources.yaml b/deploy/platform/kubernetes/feature-cluster/resources.yaml
index d906b3c..1b12675 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -242,11 +242,17 @@ spec:
             - name: SW_TELEMETRY
               value: prometheus # @feature: so11y; expose the metrics of self o11y through prometheus
             - name: SW_ENVOY_METRIC_ALS_HTTP_ANALYSIS
-              value: "k8s-mesh,persistence" # @feature: als; enable mesh analyzer (k8s-mesh) to analyze ALS logs
+              value: "mx-mesh,persistence" # @feature: als; enable mesh analyzer (mx-mesh) to analyze ALS logs
             - name: K8S_SERVICE_NAME_RULE
               value: "agentless::${service.metadata.name}"
             - name: SW_CONFIGURATION
               value: k8s-configmap
+            - name: SW_ENVOY_METRIC_ALS_TCP_ANALYSIS
+              value: "mx-mesh"
+            - name: SW_ENABLE_UPDATE_UI_TEMPLATE
+              value: "false"
+            - name: SW_SLOW_DB_THRESHOLD
+              value: default:0,mongodb:100
           volumeMounts:
             - name: config-volume
               mountPath: /skywalking/ext-config