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
for GA we need to support zero-code instrumentation. This means the envvars to enable/disable instrumentations should be handled. Those vars are:
OTEL_NODE_ENABLED_INSTRUMENTATIONS
OTEL_NODE_DISABLED_INSTRUMENTATIONS
Also the distro supports the non documented envvar OTEL_NODE_RESOURCE_DETECTORS. We should add info about it in the configuration document.
OTEL_NODE_RESOURCE_DETECTORS
The text was updated successfully, but these errors were encountered:
david-luna
No branches or pull requests
for GA we need to support zero-code instrumentation. This means the envvars to enable/disable instrumentations should be handled. Those vars are:
OTEL_NODE_ENABLED_INSTRUMENTATIONS
OTEL_NODE_DISABLED_INSTRUMENTATIONS
Also the distro supports the non documented envvar
OTEL_NODE_RESOURCE_DETECTORS
. We should add info about it in the configuration document.The text was updated successfully, but these errors were encountered: