Unable to Perform eBPF Profiling in Showcase Demo with Latest OAP, UI, and Rover Image #13161
KHADEPALLAVI975
started this conversation in
General
Replies: 1 comment 22 replies
-
Are you using the Cilium services in your service? If not, please remove it. I'm not sure the Envoy will be installed when using Cilium.
It has already be used in the skywalking demo: https://demo.skywalking.apache.org/dashboard/MESH/Service/bWVzaC1zdnI6OnNvbmdzLnNhbXBsZS1zZXJ2aWNlcw==.1/Mesh-Service |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm deploying the Apache SkyWalking Showcase demo using the following setup command:
export FEATURE_FLAGS=mesh-with-agent,single-node,elasticsearch,rover,events,als,cilium
This brings up the environment with mesh observability, Cilium, ALS, and Rover enabled. The deployment is successful and I’m seeing normal service mesh metrics like:
Load , Success rate , Latency
All Kubernetes pods are running, and the OAP, UI, and Rover components are using the latest images.
❌ What's not working:
No processes are listed under the eBPF profiling section.
Flame graphs do not appear in the UI.
My Setup:
OAP TAG : e820c75
UI TAG : e820c75
Rover TAG : 67622c352b98fd32782a3e7afc7d3fbd6d6ec8e3
Kubernetes environment: KIND
Kernel version: 5.15.167-0515167-generic
Rover deployment: DaemonSet
Questions:
Are there extra configuration steps needed for eBPF profiling to work in the showcase?
Has anyone managed to get flame graphs showing up with the latest Rover + OAP combo?
Could this be a known issue or compatibility mismatch between components?
Happy to provide logs or config snippets if needed — any help or pointers would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions