opentelemetry-js/experimental/packages/opentelemetry-configuration
renovate[bot] 3700deed82
chore(deps): update all patch versions (#5880)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-27 08:22:34 +00:00
..
src feat(opentelemetry-configuration): creation of basic FileConfigProvider (#5863) 2025-08-20 12:39:26 +00:00
test feat(opentelemetry-configuration): creation of basic FileConfigProvider (#5863) 2025-08-20 12:39:26 +00:00
.eslintignore feat(opentelemetry-configuration): creation of basic ConfigProvider (#5809) 2025-08-18 14:31:10 +00:00
.eslintrc.js feat(opentelemetry-configuration): creation of basic ConfigProvider (#5809) 2025-08-18 14:31:10 +00:00
LICENSE feat(opentelemetry-configuration): creation of basic ConfigProvider (#5809) 2025-08-18 14:31:10 +00:00
README.md feat(opentelemetry-configuration): creation of basic ConfigProvider (#5809) 2025-08-18 14:31:10 +00:00
package.json chore(deps): update all patch versions (#5880) 2025-08-27 08:22:34 +00:00
tsconfig.json feat(opentelemetry-configuration): creation of basic ConfigProvider (#5809) 2025-08-18 14:31:10 +00:00

README.md

OpenTelemetry SDK for Node.js

Apache License

Note: This is an experimental package under active development. New releases may include breaking changes.

This package provides the configuration for OpenTelemetry JavaScript SDK.

Quick Start

Note: Much of OpenTelemetry JS documentation is written assuming the compiled application is run as CommonJS. For more details on ECMAScript Modules vs CommonJS, refer to esm-support.

To get started you need to install @opentelemetry/configuration.

Installation

# Install the package
npm install @opentelemetry/configuration

License

Apache 2.0 - See LICENSE for more information.