Rob Earhart
Rob Earhart
Do we actually need this?
This should stay open until tensorlakeai/tensorlake#110 lands.
I really like the idea of uploading FE stdout/stderr/logger info somewhere that's not Indexify -- I think we should take traffic off our control plane anytime we can.
So I'm kinda thinking we can reuse OpenTelemetry for this - specifically [the standard OTEL collector implementation library](https://github.com/open-telemetry/opentelemetry-collector) and [the custom collector building tool](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder). Downside: they're written in Go. (I...
I was talking with Diptanu about the codebase, and specifically the various CLIs -- I haven't looked too closely at them, but I'm thinking I'll need to in order to...