What does HackerNews think of signoz?

SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. πŸ”₯ πŸ–₯. πŸ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

Language: TypeScript

#84 in Go
#6 in Monitoring
#18 in Monitoring
#20 in React
#32 in React
#12 in React
#54 in TypeScript
You should also check out SigNoz [1]. It's an open source observability platform with metrics, traces and logs in a single application & based natively on opentelemetry.

One of the reasons many people use SigNoz is to avoid the vendor lock-in which comes with adding proprietary SDKs of closed source products like DataDog and New Relic in their code.

If anyone is starting their observability journey today, I think OpenTelemetry is a very good place to start. You can instrument with Otel SDKs and chose a visualization layer/backend which suits your needs best

(Disclaimer: I am maintainer at SigNoz)

[1]https://github.com/signoz/signoz

Congrats on the launch!

Do also check out SigNoz [1] We are working on a similar problem statement ;)

[1] https://github.com/signoz/signoz

Might be interesting to check out SigNoz (https://signoz.io)

Has all the three key signals like Metrics, Traces & logs in a single pane and it is much more cost effective compared to Datadog/NewRelic. And if you want, you can just host it your self as it is open source (https://github.com/signoz/signoz)

(PS: I am one of the maintainers)

You should check out SigNoz - https://github.com/signoz/signoz

We are not specifically focused on web app monitoring, but you should be able to monitor web app easily, esp. if you want to also monitor backend services and have frontend in JS

And, yeah - we have all the docs for self hosting - https://signoz.io/docs/install/

Docs for Angular apps - https://signoz.io/docs/tutorial/instrumenting-angular-fronte...

I am not sure when you tried OpenTelemetry, but it is decently mature now, esp. for tracing. I am a maintainer at SigNoz (https://github.com/signoz/signoz) and we have good support for tracing using Otel for most of the common frameworks.

I agree it was a bit rapidly evolving in early days, but now its much more mature.

You can check out our docs for distributed tracing here - https://signoz.io/docs/instrumentation/

Hey HN community, Pranay here - one of the maintainers at SigNoz. SigNoz is an open source alternative to DataDog, NewRelic. Here’s our Github repo - https://github.com/signoz/signoz

Few months ago, we shared launch of support of Logs management in SigNoz. We received lots of amazing feedback from the community here. [1] Thanks for that!

Last few months, we have been busy comparing performance of SigNoz’s logs solution with currently popular open source solutions like ELK stack and Loki. Excited to share with the community what we have found.

When we were trying to do benchmark for our logs product, we were not able to find many examples of public benchmarks. This is an attempt from our side to solve this.

We understand, performance benchmarks are not easy to execute. Each tool has nuances, and the testing environments must aim to provide a level playing field for all tools.

We have tried our best to be transparent about the setup and configurations used in this performance benchmark. We are open to receiving feedback from the community on what can be done better.

[1] https://news.ycombinator.com/item?id=33049046

I wanted to share this tool that we've been using for local debugging. We've been using DataDog in production (which we have many gripes with) and this tool during development.

Honestly, I'm curious what other tools exist out there that others are using. What is your stack for debugging many microservices in production (without pulling your hair out)?

I've been eyeing projects like SigNoz[0] but I haven't made the leap yet.

0: https://github.com/signoz/signoz/

You can check out DataDog or NewRelic - they do a decent job if you are looking for SaaS. If you are looking for open source products - checkout SigNoz (https://github.com/signoz/signoz)

Disclaimer: I am one of the maintainers of SigNoz