This is an automated email from the ASF dual-hosted git repository.
wusheng 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 0ee3e70 Update resources.yaml (#91)
0ee3e70 is described below
commit 0ee3e701f87995a893ececf80175f03357fbb113
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Nov 18 14:49:45 2022 +0800
Update resources.yaml (#91)
---
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