OpenTelemetry Configuration
npm install @opentelemetry/configuration[![Apache License][license-image]][license-image]
Note: This is an experimental package under active development. New releases may include breaking changes.
This package provides the configuration for OpenTelemetry JavaScript SDK.
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.
``sh``Install the package
npm install @opentelemetry/configuration
- For more information on OpenTelemetry, visit:
- For more about OpenTelemetry JavaScript:
- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]
Apache 2.0 - See [LICENSE][license-url] for more information.
[discussions-url]: https://github.com/open-telemetry/opentelemetry-js/discussions
[license-url]: https://github.com/open-telemetry/opentelemetry-js/blob/main/LICENSE
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat