Issue getting Istio control plane stats and k8s/self obv stats to run at same time #7678
-
Hi I have been banging my head against the wall for the last 2 days on this and think I found a possible issue but wanted to see I am not loosing the plot. In isolation I have got the following working
Now what I am doing is putting it all together so that they are all running at the same time and everything mostly worked, expect for the control plane stats, they kept not displaying. So after hours of pulling my configuration apart I have located the culprit. If I configure skywalking to monitor Istio with the following parameters I get CP and DP stats
As soon as I add the OC rules then the control plane does not process
So if I install skywalking with the following command, I get DP stats self obs of OAP but NO CP stats
NOTE: I am using h2 in the above command just to speed up the deployment and pull down for testing as well as ensure I am not getting confused with ES persistence thinking its working but its old data I am seeing. Have I completely missed something here? Any reasons why I am seeing this behaviour? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is a rule for self observability. Do you misuse the rule? |
Beta Was this translation helpful? Give feedback.
-
The default value of |
Beta Was this translation helpful? Give feedback.
The default value of
SW_OTEL_RECEIVER_ENABLED_OC_RULES
isistio-controlplane
which processes the CP metrics, when you want to addoap
to it, remember to also addistio-controlplane
back (not override the entire config), e.gistio-controlplane,oap
, with comma separated style, in helm command I think you need\,
to separate.