You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2022/11/18 06:14:13 UTC

[skywalking-showcase] branch k8s-cluster created (now be3154e)

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

hanahmily pushed a change to branch k8s-cluster
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


      at be3154e  Update resources.yaml

This branch includes the following new commits:

     new be3154e  Update resources.yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-showcase] 01/01: Update resources.yaml

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit be3154e742d9df7e52149d5b4c1dee2d692b568a
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Nov 18 14:14:09 2022 +0800

    Update resources.yaml
    
    Add missing otel rules in the oap init job
---
 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 ed91e5d..de16c43 100644
--- a/deploy/platform/kubernetes/feature-cluster/resources.yaml
+++ b/deploy/platform/kubernetes/feature-cluster/resources.yaml
@@ -106,7 +106,13 @@ spec:
             - name: SW_OTEL_RECEIVER
               value: default
             - name: SW_OTEL_RECEIVER_ENABLED_OTEL_RULES
-              value: vm,oap,mysql/*
+              # @feature: vm; enable vm rules to analyze VM metrics
+              # @feature: so11y; enable oap rules to analyze OAP metrics
+              # @feature: kubernetes-monitor; enable rules to analyze Kubernetes Cluster/Node/Service metrics
+              # @feature: istiod-monitor; enable rules to analyze Istio control plane metrics
+              # @feature: mysql; enable mysql rules to analyze MySQL metrics
+              # @feature: apisix-monitor; enable APISIX rules to analyze APISIX metrics
+              value: vm,oap,k8s/*,istio-controlplane,mysql/*,postgresql/*,apisix
             - name: SW_STORAGE
               value: elasticsearch
             - name: SW_STORAGE_ES_CLUSTER_NODES