Starship
Starship copied to clipboard
Parse HTTP data from socket_trace and export them in OTel format
Is your feature request related to a problem? Please describe. We can already run socket_trace.c It can export http data events to userspace, but we cannot parse http data yet
Describe the solution you'd like Export http data in OTel span format, and write to promscale (not timescaledb) which means we need to define different output format in WASM side. Somewhere inside https://github.com/tricorder-observability/starship/blob/main/src/api-server/pb/service.proto
Describe alternatives you've considered None
Additional context None
socket_trace.c : https://github.com/tricorder-observability/starship/blob/main/experimental/socket-tracer/README.md