You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.5%. Comparing base (fef6ee5) to head (0e2fd7c). ⚠️ Report is 1 commits behind head on main.
As an additional note: Since this issue was originally assigned to @adity1raut, we hope this PR can also be confirmed by @adity1raut (or if there are any other objections, please raise them).
@ternua8 thank you for your contribution. Going forward, please be sure to have the issue you are working on assigned to you and not someone else. Without doing so it can cause wasted effort and significant frustration for community members.
Thank you for pointing this out. I’m still new here and learning the workflow, so I really appreciate the guidance. I’ll make sure to only take on issues that are assigned to me in the future.
This file contains hidden or 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
Skip ChangelogPRs that do not require a CHANGELOG.md entry
4 participants
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.
Fix #7385
Summary
This PR adds code generation for the
sdk/trace/internal/xpackageusing the shared x component template.
It mirrors the implementation in
sdk/log/internal/x(#7389) for the trace SDK.Changes
gen.goto rungo:generateforx.goandx_test.go.x/x.goandx/x_test.gousing the shared template.feature.gowith theObservabilityexperimental feature flag for the trace SDK,following the pattern used in the log SDK.
Verification
go generate ./...successfully generates the files.x_test.gopass.References
xpackage fromxcomponent template #7385