Hacker Newsnew | past | comments | ask | show | jobs | submit | srikanthccv's commentslogin

>I was at first implementing otel throughout my api, but ran into some minor headaches and a lot of boilerplate

OTeL also has numerous integrations https://opentelemetry.io/ecosystem/registry/. In contrast, Sentry lacks traditional metrics and other capabilities that OTeL offers. IIRC, Sentry experimented with "DDM" (Delightful Developer Metrics), but this feature was deprecated and removed while still in alpha/beta.

Sentry excels at error tracking and provides excellent browser integration. This might be sufficient for your needs, but if you're looking for the comprehensive observability features that OpenTelemetry provides, you'd likely need a full observability platform.


One reason is that it supports a wide range of formats.


Do you have SDKs or some client libraries for lightrun on GitHub that I can look at?


Got a free tier you can play around with at [0] , and a few examples you can check out over at [1].

We've also got a zero-config (in-browser!) version of the whole thing [2], using code-server [3].

[0] https://lightrun.com/free

[1] https://github.com/lightrun-platform/lightrun/tree/main/exam...

[2] https://playground.lightrun.com

[3] https://github.com/coder/code-server


SigNoz also follows a similar approach since the attributes can be arbitrary, and ClickHouse needs a fixed schema ahead. The options are map, parried arrays etc.. but they all are slow depending on the object unpacking ClickHouse needs to do. ClickHouse does its best on the regular columns as it's built for it. If the access is on Map/Array types, it is faster than other DB systems but slower than regular columns.


How does that compare? Vector is used for building pipelines, but this original post talks about the backend storage comparision


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: