←back to thread

Pydantic Logfire

(pydantic.dev)
146 points ellieh | 3 comments | | HN request time: 0.525s | source
Show context
MapleWalnut ◴[] No.40214627[source]
It'll be hard to position this against Sentry. Sentry's a joy to use and their performance product is so helpful in debugging performance issues
replies(1): >>40214773 #
Lucasoato ◴[] No.40214773[source]
One of the Sentry inconvenience is self-hosting: it relies on so many services it can be very complicated to maintain.
replies(2): >>40214893 #>>40216680 #
mdaniel ◴[] No.40216680[source]
I draw ones attention to the actual Open Source glitchtip which has a much more sane deployment, akin to the good old days of Sentry before they got Big Data-itis: https://gitlab.com/glitchtip/glitchtip-backend/-/blob/v4.0.8... (or its helm version, similarly not JFC https://gitlab.com/glitchtip/glitchtip-helm-chart/-/tree/61c... )
replies(2): >>40217536 #>>40226911 #
1. feydaykyn ◴[] No.40226911[source]
GlitchTip is very simplistic and miles away from Sentry. We really wanted to keep using it, since it was easy to selfhost, but the UI was not giving enough information from a dev perspective to be very useful : grouping, filtering and labeling issues is very basic, which prevents understanding.

We decided to self host sentry, which is an absolute beast to deploy, the open-source helm chart is nowhere near production level, and the underlying technologies are quite hard to maintain (Kafka, zookeeper, clickhouse...). We had to work on it constantly for two months to stabilize it, and now fear the moment we'll want to update. The dev teams love it, so it was worth the hassle!

replies(2): >>40227073 #>>40227790 #
2. zeeg ◴[] No.40227073[source]
This is something we're (Sentry) not happy about. Always hard to maintain the simplicity with growing product functionality. There's efforts underway (e.g. https://github.com/getsentry/self-hosted/issues/1763) to reduce the footprint if you only need portions of the functionality.
3. mdaniel ◴[] No.40227790[source]
Out of curiosity, did you file issues against GlitchTip about your needs and they received no traction?