kezhenxu94 opened a new pull request #8162: URL: https://github.com/apache/skywalking/pull/8162
I found out the reason why there is no conflict between Istio and so11y in https://github.com/apache/skywalking/pull/8157#discussion_r753153239 is the `istio-controlplane.yaml` has already filter the metrics by tag `app == istiod`, and since we also have filter for so11y since https://github.com/apache/skywalking/pull/8157, I think we can safely remove the filter in `istio-controlplane.yaml` so that the users don't bother to check the job name in OTEL and the filter name in our file `istio-controlplane.yaml`, which reduce extra work and confusion if users found there is no data on UI, just because of the names' not matching. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
