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
I found this in the code:
// debug enables the debug flag for all requests, see // https://dtdg.co/3bv2MMv. // DD_INSTRUMENTATION_TELEMETRY_DEBUG configures this field. debug bool
The link is broken (it should maybe point to https://docs.datadoghq.com/tracing/troubleshooting/tracer_debug_logs) and the env name should probably be DD_TRACE_DEBUG.
DD_TRACE_DEBUG
Also, I can't see any doc for DD_TRACE_DEBUG_ABANDONED_SPANS and it's timeout companion.
DD_TRACE_DEBUG_ABANDONED_SPANS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found this in the code:
The link is broken (it should maybe point to https://docs.datadoghq.com/tracing/troubleshooting/tracer_debug_logs) and the env name should probably be
DD_TRACE_DEBUG
.Also, I can't see any doc for
DD_TRACE_DEBUG_ABANDONED_SPANS
and it's timeout companion.The text was updated successfully, but these errors were encountered: