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:45:51 UTC

[skywalking-showcase] branch main updated: update oap environment variables (#19)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6aa7eec  update oap environment variables (#19)
6aa7eec is described below

commit 6aa7eec2ed59e84871eba0f02139256e1f22afe6
Author: Kai <wa...@foxmail.com>
AuthorDate: Fri Apr 1 22:45:46 2022 +0800

    update oap environment variables (#19)
---
 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