←back to thread

144 points pranay01 | 1 comments | | HN request time: 0.199s | source
Show context
CuriouslyC ◴[] No.45398725[source]
A full observability stack is just a docker compose away: Otel + Phoenix + Clickhouse and off to the races. No excuse not to do it.
replies(3): >>45398832 #>>45399127 #>>45399917 #
dcreater ◴[] No.45399917[source]
Is phoenix really the no-brainer go to? There are so many choices - langfuse, w&b etc.
replies(2): >>45400143 #>>45402284 #
1. CuriouslyC ◴[] No.45400143[source]
I suppose it depends on the way you approach your work. It's designed with an experimental mindset so it makes it very easy to keep stuff organized, separate, and integrate with the rest of my experimental stack.

If you come from an ops background, other tools like SigNoz or LangFuse might feel more natural, I guess it's just a matter of perspective.