-
Notifications
You must be signed in to change notification settings - Fork 925
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 telemetry setup to test #16924
Merged
Merged
add telemetry setup to test #16924
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msarahan
added
feature request
New feature or request
non-breaking
Non-breaking change
ci
Needs build-infra
Requires input from the build infrastructure team
labels
Sep 26, 2024
2 tasks
msarahan
force-pushed
the
add-telemetry
branch
2 times, most recently
from
October 2, 2024 22:44
2f90060
to
a540ab4
Compare
github-actions
bot
added
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
CMake
CMake build issue
Java
Affects Java cuDF API.
cudf.pandas
Issues specific to cudf.pandas
cudf.polars
Issues specific to cudf.polars
pylibcudf
Issues specific to the pylibcudf package
labels
Oct 2, 2024
/ok to test |
github-actions
bot
removed
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
CMake
CMake build issue
Java
Affects Java cuDF API.
cudf.pandas
Issues specific to cudf.pandas
cudf.polars
Issues specific to cudf.polars
pylibcudf
Issues specific to the pylibcudf package
labels
Oct 3, 2024
msarahan
force-pushed
the
add-telemetry
branch
from
October 17, 2024 12:46
d35230b
to
851c83a
Compare
This was referenced Oct 29, 2024
msarahan
force-pushed
the
add-telemetry
branch
from
November 13, 2024 23:40
e7b85ac
to
7217e72
Compare
msarahan
force-pushed
the
add-telemetry
branch
from
November 13, 2024 23:41
7217e72
to
26463f1
Compare
bdice
approved these changes
Nov 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small request, then this should be good to go.
/merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci
feature request
New feature or request
Needs build-infra
Requires input from the build infrastructure team
non-breaking
Non-breaking change
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a prototype implementation of https://github.com/rapidsai/build-infra/issues/139
The work that this builds on:
opentelemetry-instrument
command to set up monkeypatching for supported Python libraries, if the command is python-basedThe goal of this PR is to observe telemetry data sent from a GitHub Actions build triggered by this PR as a proof of concept. Once it all works, the remaining work is:
Checklist