-
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
[Metricbeat] Rename googlecloud module to gcp module in Metricbeat #22246
Conversation
Pinging @elastic/integrations-platforms (Team:Platforms) |
This pull request doesn't have a |
💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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 don't see any problem with this. Just one question: Is it a breaking change and do we have a clear path about the version of this change? Could it be added in the PR description for reference so as to point users asking about this in the future?
@ChrsMark Thanks for the review. Yeah this is a breaking change and I'm thinking to put it in 7.11 because |
@ChrsMark We are good on making this a breaking change since this module is still in beta. I also updated the PR description. |
What does this PR do?
This PR is to rename
googlecloud
module in Metricbeat togcp
module. Since this module is still in beta, I'm making this a breaking change to rename the module.Checklist
I have commented my code, particularly in hard-to-understand areasCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Test
compute
metricset by enabling gcp module first with./metricbeat modules enable gcp
and then editmodules.d/gcp.yml
with:Related issues