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

Starship created dashboard with the wrong dashboard #243

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Describe the bug

[5:59:03] yaxiong:Starship git:(main) $ minikube version
minikube version: v1.24.0
commit: 76b94fb3c4e8ac5062daf70d60cf03ddcc0a741b
[5:59:10] yaxiong:Starship git:(main) $ minikube start -p ${USER} --cpus=8 --memory=8196
[5:59:26] yaxiong:Starship git:(main) $ k config set-context --current --namespace=tricorder
helm install my-starship tricorder-starship/starship --debug
starship-cli --api-server http://localhost:8084 module create -b modules/ddos_event/ddos_event.bcc -w modules/ddos_event/write_events_to_output.wasm -m modules/ddos_event/module.json

starship-cli --api-server http://localhost:8084 module create -b modules/sample_json/sample_json.bcc -w modules/sample_json/sample_json.wasm -m modules/sample_json/manifest.json

The created dashboard's query becomes: image

To Reproduce Steps to reproduce the behavior: Just repeat the above process

Expected behavior The query should be on querying the newly-created data table.

Screenshots image

Additional context None