-
Notifications
You must be signed in to change notification settings - Fork 54
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
Need a soonish fix for current usage of code generation #242
Comments
\cc @lmolkova FYI: I created this issue to track all ongoing semconv PRs that are blocked by this issue. |
Given #243, do we still need anything else to close this? @AlexanderWert |
Adding a list of remaining things not yet addressed in #243 Critical, needed to merge to main and release:
Can be done as separate PRs, not critical for build-tools release:
Done, needs approvals: Needs discussion:
|
I created a prototype to help with filenames: feature/codegen-by-namespace...jsuereth:build-tools:wip-filename-choices TL;DR; is we can allow |
LGTM I merged that one now. |
I believe we have just two items left, but I don't consider them blocking:
So the only thing before we start merging to main is getting green light from Java and Python - I'll check with Python tomorrow. |
Regarding This point:
I wasn't sure how to make progress. IIUC, the filter is something applied by the template. Should we make filter more first class in the tooling? Specifically:
|
@jsuereth That's what I was also thinking. Currently filter is fully controlled by the template and python code does not know, so can't prevent empty files. If we did this, we could reuse existing With I feel this feature (at least how I see it) brings diminishing returns or just needs more thought than I put into it. |
I believe this can be closed - we got configuration from Java and Python SIGs that codegen works well. If there are any further improvements, we can track them in new issues. Thanks everyone! |
The above leads to the fact that some work on semantic conventions is blocked, because we cannot introduce namespaces with a mix of resource and semantic attributes.
The text was updated successfully, but these errors were encountered: