Skip to content
New issue

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

add opentelemery helper scripts (#119) #120

Merged
merged 15 commits into from
Oct 30, 2024

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 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