-
Notifications
You must be signed in to change notification settings - Fork 202
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
Refresh otel fork update workflow to account for added/removed packages. #1132
base: main
Are you sure you want to change the base?
Conversation
We removed the confighttp override in 0865173.
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.
This workflow is a bit outdated. It's missing a couple of our contrib dependencies, which is leading version drift. I think we should revisit this.
Missing
github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy
github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy
github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet
github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza
github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware
github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws
Addressed @jefchien 's comment and alphabetized/refactored a bit. Workflow run in my fork: https://github.com/straussb/amazon-cloudwatch-agent/actions/runs/8651141047/job/23721186276 |
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.
I like this a lot better
Co-authored-by: Jeffrey Chien <[email protected]>
Co-authored-by: Jeffrey Chien <[email protected]>
Looks like you need to do a go mod tidy |
This PR was marked stale due to lack of activity. |
We removed the confighttp override in 0865173.
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.