We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-instrumentation
Get rid of https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/nodejs/src/autoinstrumentation.ts so that the operator uses only supported auto-instrumentation
https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-instrumentations-node/README.md#usage-auto-instrumentation
env NODE_OPTIONS="--require @opentelemetry/auto-instrumentations-node/register"
At the moment the operator uses --require /otel-auto-instrumentation-nodejs/autoinstrumentation.js
--require /otel-auto-instrumentation-nodejs/autoinstrumentation.js
The text was updated successfully, but these errors were encountered:
The packages that operator uses:
auto-instrumentations-node
sdk-node
Sorry, something went wrong.
--import
No branches or pull requests
Component(s)
auto-instrumentation
Describe the issue you're reporting
Get rid of https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/nodejs/src/autoinstrumentation.ts so that the operator uses only supported auto-instrumentation
https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/metapackages/auto-instrumentations-node/README.md#usage-auto-instrumentation
At the moment the operator uses
--require /otel-auto-instrumentation-nodejs/autoinstrumentation.js
The text was updated successfully, but these errors were encountered: