-
Notifications
You must be signed in to change notification settings - Fork 144
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
nginx module #5
nginx module #5
Conversation
I think it should be fine to keep component level CI scripts inside their specific folders ( instead of root of repo ), and the workflow jobs referring them from within that.
My initial thoughts are to have |
As for CI I put the workflow file into the root dir To get this reviewed and approved, is there anyone I can ping? Thanks 🙂 |
I would like to get it approved after adding you ( and other you would like to add ) as CODEOWNERS. Was actually waiting for this week SIG community meeting to finalize the approach, as this would be then valid for all future components added in contrib repo. Sorry for long wait for this PR, this should have been decided last week had there been SIG meeting. |
Sure, no problem. I'll try to join this week as well. |
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.
LGTM.
FYI I don't have the rights to merge once approved. |
I will merge the PR for now. Going forward, we need to have different maintainers and approvers for this repo, as I know not all approvers/maintainers for opentelemetry-cpp will like to own same role for contrib repo. Let me check on our slack channel for volunteers. Also, had some concern with "MIT License" and non-opentelemery copyright code going in CNCF managed repo ( as here but I think that should be fine as clarified in below CNCF link:
|
Contributing an nginx OpenTelemetry module. For usage refer to
README.md
.Supported features:
Platforms: Linux with nginx 1.18 (need to add tests for more versions)
I would like to get CI working in this contrib repository as well - at the moment I just copied the CI files here, but I guess they have to live in the repo root?
I'd like to keep working on and maintain the module, adding additional platform support, configuration options, and so on. How can we make this happen? Would it be a PR against this repo from a fork each time?
Ideas for changes welcome! 🙂