←back to thread

144 points pranay01 | 2 comments | | HN request time: 0.001s | 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. jkisiel ◴[] No.45402284[source]
Working at a small startup, I evaluated numerous solutions for our LLM observability stack. That was early this year (IIRC Langfuse was not open source then) and Phoenix was the only solution that worked out of the box and seemed to have the right 'mindset', i.e. using Otel and integrating with Python and JS/Langchain. Wasted lots of time with others, some solutions did not even boot.
replies(1): >>45403147 #
2. dcreater ◴[] No.45403147[source]
This is exactly what I was looking for! An actual practitioners experience from trials! Thanks.

Is it fair to assume you are happy with it?