OpenTelemetry Auto-Instrumentations for Node.js

Zero-code observability for Node.js apps, bundling every OpenTelemetry contrib instrumentation into a single metapackage.

Library
npm
v0.79.0
916stars
Apache License 2.0

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
94/100Excellent
Development Activity100
Maintenance100
Community76
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
89/100Excellent
Architecture88
Code Quality88
Innovation90
Learning Curve85

OpenTelemetry Auto-Instrumentations for Node.js is a metapackage that bundles the OpenTelemetry Node.js core and contrib instrumentations so you can capture traces, metrics, and logs from dozens of popular libraries and frameworks without touching your application code. Requiring the package’s register hook at startup wires up HTTP, Express, gRPC, database, messaging, and cloud instrumentations automatically, and everything is configurable through OpenTelemetry environment variables.

It also exposes a programmatic API for teams that want fine-grained control, letting you build a curated instrumentation list and pass per-instrumentation configuration into the OpenTelemetry SDK. The result is a fast path from an uninstrumented Node service to full distributed tracing across your stack.

What You Get

  • A single metapackage that pulls in every officially supported OpenTelemetry Node.js instrumentation
  • A --require @opentelemetry/auto-instrumentations-node/register hook that instruments an app with no code changes
  • Environment-variable control over which instrumentations, exporters, and resource detectors are active
  • A programmatic getNodeAutoInstrumentations() API for per-instrumentation configuration
  • Bundled cloud and host resource detectors for AWS, GCP, Azure, Alibaba Cloud, and containers

Common Use Cases

  • Adding distributed tracing to an existing Node service without editing application code
  • Standardizing observability across many microservices with one shared dependency
  • Exporting traces and metrics to an OTLP backend such as Jaeger, Tempo, or a vendor APM
  • Selectively enabling or disabling instrumentations per environment via env vars

Under The Hood

Architecture The package is a thin aggregation layer. src/utils.ts statically imports 40+ instrumentation classes (Http, Express, Grpc, MongoDB, Pg, Redis, KafkaJs, and more) plus cloud/host resource detectors, then getNodeAutoInstrumentations() instantiates the enabled subset based on the OTEL_NODE_ENABLED_INSTRUMENTATIONS / OTEL_NODE_DISABLED_INSTRUMENTATIONS env vars and any per-instrumentation config map. src/register.ts is the zero-code entry point: loaded via Node’s --require flag, it constructs an SDK with the resolved instrumentation list and resource detectors so telemetry starts flowing at process boot. src/index.ts re-exports the programmatic helpers for teams that wire the SDK themselves.

Tech Stack Written in TypeScript (~98% of the repo) and published from the open-telemetry/opentelemetry-js-contrib Lerna/Nx monorepo. Its runtime dependencies are the 49 sibling @opentelemetry/instrumentation-* and @opentelemetry/resource-detector-* packages, layered on the OpenTelemetry JS API and SDK 2.0+. Tests run on Mocha with nyc for coverage; the build uses the shared tsconfig bases from the monorepo root.

Code Quality The codebase is small, focused, and well-typed, with an exported InstrumentationConfigMap type giving consumers type-safe per-instrumentation configuration. Tests exist and are meaningful — test/utils.test.ts covers env-var parsing and instrumentation selection across ~18 cases and test/register.test.ts exercises the register hook against a test app. As part of the CNCF OpenTelemetry project it follows consistent Apache-2.0 headers, strict linting, and an actively enforced contribution process.

API Design The developer experience is a standout: a single node --require '@opentelemetry/auto-instrumentations-node/register' app.js yields full instrumentation with no code, while getNodeAutoInstrumentations(configMap) offers an ergonomic escape hatch for fine control. Configuration leans on documented, standard OTEL environment variables rather than bespoke options, and the README is thorough about exporters, resource detectors, and enable/disable semantics, keeping the boilerplate to get started near zero.

Used by 23 apps in this directory

TypeScript
72%
AGPL 3.0

APITable

Low Code Platforms · Databases

15,526

API-first collaborative spreadsheet-database platform that auto-generates REST APIs and lets teams build internal tools, CRMs, and dashboards without code.

View details
53
Repo Health
77
Technical
60
Dependency
Built with
TypeScript72%
Java22%
Updated 9 months ago
TypeScript
92%
MIT

Dittofeed

Marketing · Automation

2,903

Open-source omni-channel customer engagement platform for automating transactional and marketing messages via email, SMS, WhatsApp, Slack, and mobile push.

View details
54
Repo Health
75
Technical
63
Dependency
Built with
TypeScript92%
Updated 4 months ago
TypeScript
62%
Other

Flowise

Developer Tools · Automation · No Code Platforms

55,379

Drag-and-drop visual builder for AI agents, RAG pipelines, and multi-agent systems—deploy anywhere in minutes.

View details
91
Repo Health
77
Technical
64
Dependency
Built with
TypeScript62%
JavaScript27%
Updated 6 days ago
TypeScript
98%
Other

Formbricks

Forms Surveys · Marketing · Analytics

12,790

Open-source experience management platform for in-app, website, email, and link surveys — privacy-first and fully self-hostable.

View details
93
Repo Health
81
Technical
73
Dependency
Built with
TypeScript98%
Updated today
TypeScript
97%
Other

GrowthBook

Developer Tools · Analytics · Monitoring

8,138

Open source feature flags, A/B testing, and warehouse-native experimentation that queries your existing data infrastructure—no data movement required.

View details
92
Repo Health
85
Technical
66
Dependency
Built with
TypeScript97%
Updated today
TypeScript
71%
Other

highlight.io

Developer Tools · Analytics · Monitoring

9,367

Open-source full-stack monitoring that unifies session replay, error tracking, logging, and distributed tracing so you can stop context-switching between tools.

View details
69
Repo Health
78
Technical
66
Dependency
Built with
TypeScript71%
Go16%
Updated yesterday
TypeScript
98%
MIT

GraphQL Hive

Developer Tools · Devops · Monitoring

485

Open-source GraphQL schema registry and observability platform with breaking change detection, federation support, and CI/CD integration for teams of any size.

View details
90
Repo Health
81
Technical
70
Dependency
Built with
TypeScript98%
Updated today
TypeScript
61%
EPL-2.0

Huly Platform

Project Management · Team Chat · Collaboration

27,384

Open-source all-in-one workspace that replaces Linear, Jira, Slack, and Notion for product and engineering teams.

View details
90
Repo Health
86
Technical
64
Dependency
Built with
TypeScript61%
Svelte34%
Updated 1 weeks ago
TypeScript
79%
LGPL 3.0

Latitude

AI Agents · Monitoring

4,593

Open-source AI agent monitoring that catches what will break next before your users do.

View details
86
Repo Health
88
Technical
67
Dependency
Built with
TypeScript79%
Python11%
Updated today

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search