Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| .eslintignore | ||
| .eslintrc.js | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
README.md
OpenTelemetry SDK for Node.js
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
Useful links
- For more information on OpenTelemetry, visit: https://opentelemetry.io/
- For more about OpenTelemetry JavaScript: https://github.com/open-telemetry/opentelemetry-js
- For help or feedback on this project, join us in GitHub Discussions
License
Apache 2.0 - See LICENSE for more information.