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 <[email protected]> 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
