tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
164 stars 24 forks source link

Failed to get process info for promscale container process #3

Closed nascentcore-eng closed 1 year ago

nascentcore-eng commented 1 year ago
kubectl create ns tricorder
helm install my-starship tricorder-stable/starship -n tricorder

Then take a look at the logs of one of the agent that colocate with the promscale instance. Saw that the promscale container's process cannot be found

image

image

jmzwcn commented 1 year ago

This is because this pod was restarted repeatly and didn't run with real PID.

screenshot-20230217-183705 screenshot-20230217-183622

jmzwcn commented 1 year ago

Have merged in https://github.com/tricorder-observability/starship/pull/46.