tricorder-observability / Starship

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

CLI should automatically collect logs of all components #208

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Is your feature request related to a problem? Please describe. If Starship is not working correctly, logs need to be collected for debugging. It's somewhat curbesome to find all pods of the Starship and getting the logs.

Describe the solution you'd like CLI looks up pods in tricorder name space and lookup for all of the pods, and download them with kubectl or some kunernetes API

Are you on Kubernetes, if so, what version Yes

Kernel version Not relevant

Describe alternatives you've considered Provide a doc for users to download logs with kubectl

Additional context None

nascentcore-eng commented 1 year ago