grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.87k stars 585 forks source link

no tags found when use ebpf #1692

Closed sunnoy closed 1 year ago

sunnoy commented 1 year ago

i flow doc install ebpf in my k3s cluster

helm repo add pyroscope-io https://pyroscope-io.github.io/helm-chart

 helm install pyroscope-ebpf pyroscope-io/pyroscope-ebpf
helm install my-release pyroscope-io/pyroscope

but there ware no tags in dashbord

image
korniltsev commented 1 year ago

Can you share what container runtime do you use? One way to find it is to run

kubectl get nodes -o wide https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/

korniltsev commented 1 year ago

Also could you please share cgroup name of any pod, for example from /proc/1/cgroup for any pod.

sunnoy commented 1 year ago

Can you share what container runtime do you use? One way to find it is to run

kubectl get nodes -o wide https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/

k3s-1 Ready control-plane,master 19d v1.25.2+k3s1 172.31.105.101 Alibaba Cloud Linux 3 (Soaring Falcon) 5.10.134-12.al8.x86_64 containerd://1.6.8-k3s1

korniltsev commented 1 year ago

will be fixed in #1719