-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[pkg/telemetryquerylanguage] Move contexts to package #12589
[pkg/telemetryquerylanguage] Move contexts to package #12589
Conversation
/cc @kentquirk |
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.
A few nits, but this seems quite close. Sorry for the delay.
Co-authored-by: Kent Quirk <kentquirk@gmail.com>
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.
Thank you!
@open-telemetry/collector-contrib-approvers please review |
@dashpole are you free to review? There are a lot of changes, but they are copy and paste from the transform processor. See @kentquirk's comments for anything that was modified. |
With the merging of #12597 the contexts being added in this PR will need updated with the StandardGetSetter, but to avoid logic changes in this PR I will submit a different PR to do that update once this is merged. |
Description:
This PR copies the contexts from the transform processor into packages in the telemetryquerylanguage module.
Link to tracking Issue:
#11751
Testing:
Ran unit tests
Documentation:
Added new READMEs