-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[8.11](backport #37458) Upgrade elastic-agent-autodiscover dependency; use InitDefaults() to init default configuration #37511
Conversation
…init default configuration (#37458) * use InitDefaults(); elastic-agent-autodiscover: fix default resource metadata config - elastic/elastic-agent-autodiscover#72 Signed-off-by: Tetiana Kravchenko <[email protected]> * revert unintended changes Signed-off-by: Tetiana Kravchenko <[email protected]> * upgrade elastic-agent-autodiscover lib to v0.6.6 Signed-off-by: Tetiana Kravchenko <[email protected]> * run make update; fix linter issues Signed-off-by: Tetiana Kravchenko <[email protected]> * revert changes related to the 'commonMetaConfig'; add missing metadata configuration on the metricset level Signed-off-by: Tetiana Kravchenko <[email protected]> * x-pack/metricbeat: run make update Signed-off-by: Tetiana Kravchenko <[email protected]> --------- Signed-off-by: Tetiana Kravchenko <[email protected]> (cherry picked from commit 8c4a40f) # Conflicts: # NOTICE.txt # go.mod # go.sum
This pull request doesn't have a |
💔 Build Failed
Expand to view the summary
Build stats
Steps errors
Expand to view the steps failures
|
Signed-off-by: Tetiana Kravchenko <[email protected]>
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errors
Expand to view the steps failures
|
Signed-off-by: Tetiana Kravchenko <[email protected]>
@@ -233,6 +233,7 @@ require ( | |||
cloud.google.com/go/iam v1.1.1 // indirect | |||
cloud.google.com/go/longrunning v0.5.1 // indirect | |||
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect | |||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect |
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.
was introduced when github.com/elastic/elastic-agent-autodiscover
was upgraded from 0.6.4 to 0.6.5 #37273
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
|
This reverts commit 7cd0de8.
Signed-off-by: Tetiana Kravchenko <[email protected]>
This pull request has not been merged yet. Could you please review and merge it @tetianakravchenko? 🙏 |
This is an automatic backport of pull request #37458 done by Mergify.
Cherry-pick of 8c4a40f has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com