A library to create a trace of your node app per Google's Trace Event format.
OpenTelemetry Tracing
Get v8 stack traces as an array of CallSite objects.
Trace the original position through a source map
OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications
Datadog APM tracing client for JavaScript
OpenTelemetry Jaeger propagator provides HTTP header propagation for systems that are using Jaeger HTTP header format.
OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry Collector
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
OpenTelemetry Web Tracer
Node.js binding for libdatadog
Analyze the output of tsc --generatetrace
Error.captureStackTrace ponyfill
OpenTelemetry instrumentation for `knex` database SQL query builder
OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.
OpenTelemetry instrumentation for `dataloader` data fetching layer
OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.
OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to Google Cloud Trace.
A library to create a trace of your JS app per Google's Trace Event format.
OpenTelemetry instrumentation for `mongodb` database client for MongoDB
Utils for collecting telemetry data from Sanity CLI and Sanity Studio
OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ
OpenTelemetry instrumentation for `redis` database client for Redis
rb-trace adds a trace_hook object, translates hooks bitmasks to Ruby sets and vice versa, and extends set_trace_func() to allow ignore specified frames or functions.
Just a placeholder
RBS::Trace collects argument types and return value types using TracePoint, and inserts inline RBS type declarations into files.
ddtrace is Datadog’s tracing client for Ruby. It is used to trace requests as they flow across web servers, databases and microservices so that developers have great visiblity into bottlenecks and troublesome requests. Find the original version at: https://github.com/DataDog/dd-trace-rb
Sashiko is a small Ruby gem that adds a declarative span DSL on top of OpenTelemetry, plus helpers for keeping trace context attached as work crosses Thread, Fiber, queue, HTTP, and Ractor boundaries. Includes a span-replay mechanism for emitting spans from Ractor workers, optional Faraday and Anthropic adapters, RBS signatures, and a Ruby::Box-aware `tracer:` injection path for multi-tenant observability.