HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Evanson

no profile record

投稿

Show HN: Lumina – Open-source observability for AI systems(OpenTelemetry-native)

github.com
1 ポイント·投稿者 Evanson·6 か月前·0 コメント

コメント

Evanson
·6 か月前·議論
Thanks, and great point. Right now, Lumina is mainly SDK/trace-level (what the app thinks happened: tokens, cost, latency, outputs), so you’re right that low-level HTTP details like retries/timeouts/failovers can be partially hidden. Capturing the raw HTTP layer alongside traces is on our roadmap because production debugging often needs both views. Also, your “see what your agent is actually doing” angle is spot-on. There’s a lot of opaque magic in agent frameworks. Curious how you’re doing it in toran.sh proxy/intercept, or wrapping the SDK HTTP client?