Skip to content

Conversation

msarahan
Copy link
Contributor

No description provided.

@msarahan msarahan force-pushed the add-telemetry-traceparent-scripts branch from d5f5b5d to af33721 Compare October 18, 2024 20:11
${condaCmd} ${args} 2>&1| tee "${outfile}"
# RAPIDS_OTEL_WRAPPER is optionally passed in as an env var. It is
# used to instrument conda-build or mambabuild for finer-grained spans.
${RAPIDS_OTEL_WRAPPER:-} ${condaCmd} ${args} 2>&1| tee "${outfile}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes the wrapper opt-in, which I hope avoids any lingering possible issues that occurred last time we tried to add this. The wrapper won't be present at all unless it is added as an environment variable. This will happen in shared-workflows files.

@msarahan msarahan requested a review from ajschmidt8 October 30, 2024 15:49
@msarahan msarahan merged commit b2ab625 into rapidsai:main Oct 30, 2024
1 check passed
@msarahan msarahan deleted the add-telemetry-traceparent-scripts branch October 30, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants