Search for a command to run...
Vendor-neutral observability for every stack.
OpenTelemetry is a free, open-source tool and a self-hostable alternative to Datadog, New Relic. It's licensed under Apache 2.0 and written in Go.
OpenTelemetry is a CNCF project that provides a single, open standard for collecting traces, metrics, and logs from any application. It ships SDKs for every major language, a collector daemon you run yourself, and exporters to send data to any backend—Prometheus, Jaeger, Grafana, or your own. You own your telemetry data and are never locked into a vendor.
Run the Collector with Docker
docker run -p 4317:4317 -p 4318:4318 otel/opentelemetry-collector-contrib:latestAdd the JS SDK to your app
npm install @opentelemetry/sdk-node @opentelemetry/auto-instrumentations-nodeSmart picks based on category, tags, and the tools this one replaces.