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

Read module data from remote URL #13

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Given a URL like

https://github.com/tricorder-observability/starship/tree/main/modules/sample_event

Read the .bcc and .wasm and .json file, create a module on the API server.

We need to implement this first in the CLI, and then in the Web UI.