-
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/ottl] Add schema_url field to contexts #31444
[pkg/ottl] Add schema_url field to contexts #31444
Conversation
… for making schemaURL accessible
…log package in contexts
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.
Thanks for your patience. We're headed in the right direction, I left a few comments to help illustrate how I think this should work.
@evan-bradley I think this implementation should now work for ottllog. I have addressed your comments in the latest commits. Requesting your review on this. However, I still have one question. how would we change the |
@evan-bradley Lets get this PR merged this week. I think we are very close to what we need. Please give your review for the latest commit. Thanks |
@evan-bradley @TylerHelmuth can we merge this PR now ? |
Can we merge @evan-bradley @TylerHelmuth ? |
@kernelpanic77 We should be able to merge this soon. Can you take a look at the failing tests? |
@evan-bradley I have fixed most of the integration-tests and unit-tests which seemed to be failing due to my changes. For the listing tests I think we can ignore. Can we please proceed with the merge now ? |
@TylerHelmuth please take a look. |
This PR attempts to make schemaURL for TransformContexts. **Description:** <Describe what has changed.> Added a breaking change to creation of TransformContext function for logs. Also made changes to all references of the function. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#30229 --------- Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
This PR attempts to make schemaURL for TransformContexts.
Description:
Added a breaking change to creation of TransformContext function for logs. Also made changes to all references of the function.
Link to tracking Issue:
#30229