signoz VS opentelemetry-js

Compare signoz vs opentelemetry-js and see what are their differences.

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 (by SigNoz)
Our great sponsors
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
signoz opentelemetry-js
264 12
13,006 1,945
3.3% 2.5%
8.8 9.4
2 days ago about 13 hours ago
TypeScript TypeScript
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

signoz

Posts with mentions or reviews of signoz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Exploring Datadog alternative
    3 projects | /r/devops | 28 May 2023
    Give https://github.com/SigNoz/signoz a look
  • Deep Dive: Observability Tool Price Comparison with Calculator Spreadsheet
    2 projects | /r/Observability | 27 May 2023
    Sure, we will include dynatrace and elastic in our next update. The line items are mostly based on how the product does the billing u/RabidWolfAlpha. Datadog has an SKU-based billing structure. If you visit their pricing page, they list down a lot of products, and they bill each of them separately. For example, APM and infrastructure monitoring are two separate paid products. SigNoz is based on usage-based pricing; only pay for how much data you ingest. Billing is based on how much logs, metrics and traces you ingest. There is no separate billing for APM and infrastructure monitoring. SigNoz has most features that Datadog provides, except things like network monitoring, Cloud SIEM, etc. Are you looking for any specific feature? p.s SigNoz is also open source: our github repo.
    2 projects | /r/Observability | 27 May 2023
  • $65M for Obsevability
    2 projects | /r/devops | 9 May 2023
    We are building OpenSource Observability at SigNoz. Have a look at https://github.com/SigNoz/signoz
  • OpenTelemetry Visualization?
    3 projects | /r/kubernetes | 8 May 2023
    SigNoz? https://github.com/SigNoz/signoz
  • "Coinbase (?) had a $65M Datadog bill per its Q1 earnings call"
    6 projects | news.ycombinator.com | 8 May 2023
    Folks on this thread might want to check out SigNoz (https://github.com/SigNoz/signoz). It's an open source alternative to Datadog.

    I am one of the maintainers at SigNoz. We have come across many more horror stories around Datadog billing while interacting with our users.

    We recently did a deep dive on pricing, and found some interesting insights on how it is priced compared to other products.

    Datadog's billing has two key issues:

    6 projects | news.ycombinator.com | 8 May 2023
    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/

    6 projects | news.ycombinator.com | 8 May 2023
    We are building SigNoz (https://github.com/SigNoz/signoz) - an open source alternative to DataDog. We are natively based on opentelemetry and see lots of our users very interested in that.

    As mentioned in some other places in the thread, DataDog pricing is very unpredictable and high - and I think more open standards based solutions are the way forward which provides users more predictability and flexibility

    6 projects | news.ycombinator.com | 8 May 2023
    You should check out SigNoz (https://github.com/SigNoz/signoz) - It's an open source alternative to DataDog with metrics, traces and logs in a single application. You can just self host it yourself or try the hosted version.

    PS: I am one of the maintainers at SigNoz

  • I can't recommend serious use of an all-in-one local Grafana Loki setup
    8 projects | news.ycombinator.com | 28 Apr 2023
    There's also Signoz (https://signoz.io) a YC-backed company but open source with (recently) paid hosted.

opentelemetry-js

Posts with mentions or reviews of opentelemetry-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-29.
  • Deno 1.33: Deno 2 is coming
    4 projects | news.ycombinator.com | 29 Apr 2023
  • Observable front-end applications - an open source product experiment
    2 projects | /r/indiehackers | 26 Mar 2023
    Can it be integrated with Grafana Faro or OpenTelemetry?
  • Logs and tracing: not just for production, local development too
    4 projects | news.ycombinator.com | 11 Nov 2021
    4. Register automatic instrumentations. For example, you can automatically trace all XHR requests, fetch requests, page loads, and user interactions. With distributed tracing, you should always prefer automatic instrumentation whenever possible to reduce maintenance and leverage existing conventions. The document load instrumentation allows you to treat the server as the parent span to a given page load, from which the client will then be the root span to everything in the server. This is an extremely powerful concept that allows traces to viewed from the perspective of the user, encapsulating all requests and user interactions in a single trace with no manual instrumentation!

    We also trialed Sentry's APM tool (also marketed as a distributed tracing tool). While it had pretty charts, dashboards, niceties like core web vitals, and integrated well with Sentry's error product, its utility as a distributed tracing tool is significantly less powerful than tools like Honeycomb. You will end up using a large amount of your user's bandwidth sending telemetry data that can't fully be leveraged in the Sentry UI. When I last used (in April 2021), the spans of a given trace could only be viewed in a specific part the UI and they couldn't be searched for in queries or used in charts. I'm unsure if this has been updated. But this is not the worse part. Because Sentry uses its own data model for traces, it is not compatible with open source standards such as OpenTelemetry or OpenTracing! The sales team will not tell you this during the trial. This means our entire backend, which was already instrumented with OpenTracing, would now also need to instrument Sentry's tracing (...if they supported the language) in order to connect frontend traces to backend traces. Each team I met with their sales team, I said the same thing: support OpenTelemetry, otherwise you are asking for us to further isolate our backend and frontend teams.

    It looks like they have heard this opinion, as they have recently published a blog post about the evolution of the distributed tracing API, citing incompatibility with OpenTelemetry due to their data model. It will require a very large change for them to support this. Meanwhile, OpenTelemetry can be used with any tracing vendor, a large number of languages, the other major instrumentation standards (OpenTracing, OpenCensus), and any trace propagation format.

    - [1]: https://github.com/open-telemetry/opentelemetry-js

  • Monitoring consumer lag in Azure Event Hub
    2 projects | dev.to | 30 Sep 2021
    Consumer lag will quickly show any functional or technical issue with your event stream. By using the code examples from this blogpost, you can avoid having to dive into the SDKs yourself. Of course, you can adopt the metric collection to send the metric to the logs or to another metrics system like prometheus, datadog, or open telemetry.
  • Any good tutorial showing you which library to use for dependency injection in a project?
    9 projects | /r/node | 29 Aug 2021
    I would work on getting Open Telemetry pointed at an โ€œall-in-oneโ€ Jaegar instance and move on from there: https://www.jaegertracing.io/docs/1.25/getting-started/ https://github.com/open-telemetry/opentelemetry-js Various cloud providers may have a way to collect/view traces as well, but, Jaegar and the Open Telemetry Collector are the open source way to do that. The projects are in the process of converging in some ways โ€” everything is in flux.
  • Distributed Tracing 101 for Full Stack Developers
    3 projects | dev.to | 12 Aug 2021
    OpenTelemetry is a collection of open source tools, APIs, and SDKs for instrumenting, generating, and exporting telemetry data from running software. It provides language-specific implementations for most popular programming languages, including both browser JavaScript and Node.js.
  • OpenTelemetry kafkajs instrumentation for Node.js
    3 projects | /r/apachekafka | 5 Aug 2021
    Compatible with SDK v0.24.0
  • Running Jaeger Locally: How to Get Started
    4 projects | dev.to | 8 Jul 2021
    If you are writing a new instrumentation library, observing the tracing output in a UI can be much easier than browsing through textual logs. You can browse the JS instrumentation package for more info and examples.
  • Setting up application monitoring for your Nodejs app in 20 mins with open source solution
    3 projects | dev.to | 8 Jun 2021
    SigNoz supports OpenTelemetry as the primary way for users to instrument their application. OpenTelemetry is a single, vendor-agnostic instrumentation library per language with support for both automatic and manual instrumentation. You don't need to worry about instrumentation in this tutorial. OpenTelemetry comes with all currently available instrumentation.
  • OpenTelemetry KafkaJS Instrumentation for Node.js
    2 projects | dev.to | 10 Mar 2021
    OpenTelemetry is a CNCF project, which, among other things, enables the collection of distributed traces.

What are some alternatives?

When comparing signoz and opentelemetry-js you can also consider the following projects:

prometheus - The Prometheus monitoring system and time series database.

skywalking - APM, Application Performance Monitoring System

jaeger - CNCF Jaeger, a Distributed Tracing Platform

uptrace - Open source APM: OpenTelemetry traces, metrics, and logs

zipkin - Zipkin is a distributed tracing system

Sentry - Developer-first error tracking and performance monitoring

apm-server - APM Server

prom-client - Prometheus client for node.js

instana - ๐Ÿ”ฎ Crystal Distributed Tracing & Metrics Sensor for Instana

PostHog - ๐Ÿฆ” PostHog provides open-source product analytics, session recording, feature flagging and a/b testing that you can self-host.

opentelemetry-java-instrumentation - OpenTelemetry auto-instrumentation and instrumentation libraries for Java