Starship icon indicating copy to clipboard operation
Starship copied to clipboard

Parse HTTP data from socket_trace and export them in OTel format

Open nascentcore-eng opened this issue 1 year ago • 1 comments

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

nascentcore-eng avatar Feb 25 '23 02:02 nascentcore-eng

socket_trace.c : https://github.com/tricorder-observability/starship/blob/main/experimental/socket-tracer/README.md

JaredTan95 avatar Feb 25 '23 05:02 JaredTan95