opentelemetry-js VS opentracing-javascript

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

opentracing-javascript

OpenTracing API for Javascript (both Node and browser). πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163 (by opentracing)
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
opentelemetry-js opentracing-javascript
20 32
3,000 1,090
1.9% -
9.7 1.6
8 days ago over 3 years ago
TypeScript TypeScript
Apache License 2.0 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.

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 2025-05-16.
  • Full Integration Guide: Camunda 8.5 with OpenTelemetry for End-to-End Observability
    3 projects | dev.to | 16 May 2025
    Citations: [1] https://pplx-res.cloudinary.com/image/upload/v1747427714/user_uploads/48031643/6b29f8b1-fff0-45bb-9ae7-f0bc2d98c3cb/17474277015804148959788849369994.jpg [2] https://docs.camunda.io/docs/components/modeler/desktop-modeler/telemetry/ [3] https://camunda.com/blog/2025/02/one-exporter-to-rule-them-all-exploring-camunda-exporter/ [4] https://camunda.com/blog/2025/01/performance-tuning-camunda-8/ [5] https://forum.camunda.io/t/instrumentation-of-camunda-processes-for-open-telemetry/51400 [6] https://docs.camunda.io/docs/self-managed/zeebe-deployment/zeebe-gateway/interceptors/ [7] https://docs.dapr.io/operations/observability/tracing/otel-collector/open-telemetry-collector/ [8] https://docs.camunda.io/docs/8.7/self-managed/operational-guides/monitoring/metrics/ [9] https://camunda.com/blog/2024/04/camunda-8-5-release/ [10] https://github.com/camunda/zeebe/issues/9742 [11] https://www.linkedin.com/pulse/how-implement-custom-interceptors-camunda-85-anubhav-mangla-fl14c [12] https://forum.camunda.io/t/zeebe-and-distributed-tracing/36723 [13] https://javadoc.io/static/io.quarkiverse.zeebe/quarkus-zeebe/0.4.0/io/quarkiverse/zeebe/runtime/tracing/ZeebeOpenTelemetryClientInterceptor.html [14] https://www.linkedin.com/pulse/distributed-tracing-springboot-opentelemetry-api-calls-chandan-khatri-wpw7c [15] https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12122 [16] https://camunda.com/blog/2022/11/how-to-build-camunda-platform-8-connector/ [17] https://github.com/open-telemetry/opentelemetry-js/issues/2786 [18] https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/instrument/opentelemetry-js/ [19] https://coralogix.com/guides/opentelemetry/opentelemetry-tracing-how-it-works-tutorial-and-best-practices/ [20] https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-prometheus/prometheus-config-examples/camunda-zeebe/ [21] https://opentelemetry.io/docs/specs/otel/trace/api/
  • Empowering Developers to Achieve Microservices Observability on Kubernetes with Tracestore, OPA, Flagger & Custom Metrics
    4 projects | dev.to | 9 Mar 2025
  • Welcoming .NET Aspire 9.0 : Photo Summary Project
    3 projects | dev.to | 18 Nov 2024
    ... //https://www.honeycomb.io/blog/opentelemetry-browser-instrumentation //https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-xml-http-request //https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-user-interaction //https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-long-task //https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-long-task export default async () => { const otlpOptions = { omitted }; const attributes = { omitted } provider.addSpanProcessor(new SimpleSpanProcessor(new OTLPTraceExporter(otlpOptions))); provider.register({contextManager: new StackContextManager()}); registerInstrumentations({ instrumentations: [ getWebAutoInstrumentations({ '@opentelemetry/instrumentation-xml-http-request': { clearTimingResources: true, } }), new LongTaskInstrumentation({ observerCallback: (span, longtaskEvent) => { span.setAttribute('location.pathname', window.location.pathname) } }), new FetchInstrumentation({ propagateTraceHeaderCorsUrls: [new RegExp('\\/api\\/*')], ignoreUrls: [new RegExp('\\/tile\\/*')], })], }); ... };
  • Using Env Vars to Include & Exclude OpenTelemetry Node.js Libraries
    3 projects | dev.to | 11 Jun 2024
    To enable only @opentelemetry/instrumentation-http and @opentelemetry/instrumentation-express you can run this command below.
  • OpenTelemetry Journey #01 - Important concepts
    6 projects | dev.to | 24 Mar 2024
    JavaScript
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    > OpenTelemetry is a marketing-driven project, designed by committee, implemented naively and inefficiently, and guided by the primary goal of allowing Fortune X00 CTOs to tick off some boxes on their strategy roadmap documents.

    I'm the founder of highlight.io. On the consumer side as a company, we've seen a lot of value of from OTEL; we've used it to build out language support for quite a few customers at this point, and the community is very receptive.

    Here's an example of us putting up a change: https://github.com/open-telemetry/opentelemetry-js/pull/4049

    Do you mind sharing why you think no-one should be using it? Some reasoning would be nice.

  • OpenObserve: Elasticsearch/Datadog alternative in Rust.. 140x lower storage cost
    10 projects | news.ycombinator.com | 11 Jun 2023
    That's traces? I was wondering if I could use https://github.com/open-telemetry/opentelemetry-js/tree/main...
  • OpenObserve: Open source Elasticsearch/Datadog/Splunk alternative in Rust for logs. 140x lower storage cost
    3 projects | /r/devops | 7 Jun 2023
    Nothing like Faro for now. However, https://github.com/open-telemetry/opentelemetry-js can be used to achieve the same result and OpenObserve has great support for Opentelemetry.
  • 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?

opentracing-javascript

Posts with mentions or reviews of opentracing-javascript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • Kotlin Spring WebFlux, R2DBC and Redisson microservice in k8s πŸ‘‹βœ¨πŸ’«
    12 projects | dev.to | 17 Oct 2022
    Spring Spring web framework Spring WebFlux Reactive REST Services Spring Data R2DBC a specification to integrate SQL databases using reactive drivers Redisson Redis Java Client Zipkin open source, end-to-end distributed tracing Spring Cloud Sleuth auto-configuration for distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus Kubernetes automating deployment, scaling, and management of containerized applications Docker and docker-compose Helm The package manager for Kubernetes Flywaydb for migrations
  • Go and ElasticSearch full-text search microservice in k8sπŸ‘‹βœ¨πŸ’«
    13 projects | dev.to | 16 Aug 2022
    Elasticsearch client for Go RabbitMQ Go RabbitMQ Client Library Jaeger open source, end-to-end distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus Echo web framework Kibana is user interface that lets you visualize your Elasticsearch Docker and docker-compose Kubernetes K8s Helm The package manager for Kubernetes
  • Go EventSourcing and CQRS with PostgreSQL, Kafka, MongoDB and ElasticSearch πŸ‘‹βœ¨πŸ’«
    16 projects | dev.to | 18 Jul 2022
    PostgeSQL as event store database Kafka as messages broker gRPC Go implementation of gRPC Jaeger open source, end-to-end distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus MongoDB MongoDB database Elasticsearch Elasticsearch client for Go. Echo web framework Kibana Kibana is data visualization dashboard software for Elasticsearch Migrate for migrations
  • OpenTelemetry vs OpenTracing - choosing one for instrumentation
    3 projects | dev.to | 28 Apr 2022
    OpenTracing was an open-source project aimed at providing vendor-neutral APIs and instrumentation for distributed tracing. In distributed cloud-native applications, it is difficult for engineering teams to see how requests are performing across services. And that’s where distributed tracing comes into the picture.
  • OpenTelemetry and Jaeger | Key concepts, features, and differences
    3 projects | dev.to | 9 Apr 2022
    OpenTracing is now archived, and it is suggested to migrate to OpenTelemetry.
  • Microservice communication Diagram
    1 project | /r/microservices | 27 Mar 2022
  • Go EventSourcing and CQRS microservice using EventStoreDB πŸ‘‹βš‘οΈπŸ’«
    12 projects | dev.to | 27 Feb 2022
    In this article let's try to create closer to real world Event Sourcing CQRS microservice using: πŸš€πŸ‘¨β€πŸ’»πŸ™Œ EventStoreDB The database built for Event Sourcing gRPC Go implementation of gRPC MongoDB Web and API based SMTP testing Elasticsearch Elasticsearch client for Go. Jaeger open source, end-to-end distributed tracing Prometheus monitoring and alerting Grafana for to compose observability dashboards with everything from Prometheus swag Swagger for Go Echo web framework Kibana Kibana is user interface that lets you visualize your Elasticsearch
  • Do Not Log
    1 project | news.ycombinator.com | 5 Jan 2022
  • I share my authentication server.
    18 projects | /r/golang | 20 Dec 2021
    Service mesh - ssup2ket services run on service mesh for detailed traffic control and easy monitoring. Service mesh is applied through Istio. Istio uses OpenTracing for easy request tracing between multiple services.
  • logging best practices
    1 project | /r/devops | 7 Dec 2021

What are some alternatives?

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

PostHog - πŸ¦” PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.

kafka-go - Kafka library in Go

signoz - SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. πŸ”₯ πŸ–₯. πŸ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

prometheus - The Prometheus monitoring system and time series database.

Sentry - Developer-first error tracking and performance monitoring

opentelemetry-specification - Specifications for OpenTelemetry

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?