-
Notifications
You must be signed in to change notification settings - Fork 442
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
[GCP] support multiple regions when gathering metrics #4197
Conversation
I would merge this after the feature freeze for 8.5.0, so we don't block other possible changes compatible with 8.4.0. |
🌐 Coverage report
|
hey @endorama - one comment from me - i think it's kinda confusing seeing |
@tommyers-elastic I agree. The reason behind this aws "removing |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
dns |
3690.04 | 2564.1 | -1125.94 (-30.51%) | 💔 |
loadbalancing_logs |
5208.33 | 3424.66 | -1783.67 (-34.25%) | 💔 |
To see the full report comment with /test benchmark fullreport
I went on and removed |
agreed that removing from the UI is correct way forward. thanks |
With #4325 this PR shall add regions to |
hey @endorama how come this PR moved to draft? is there something blocking us moving ahead on this? thanks! |
@tommyers-elastic the reasoning has been:
|
I tested the upgrade path from a previous version to this one.
Due to this, users that are using |
TL;DR: I'm going to reintroduce We had an internal discussion about this and we don't yet have a way to deprecate fields. Due to the upgrade issues and this missing functionality we all agreed that is best not to remove |
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
The relevant metricbeat change will be shipped with 8.5.0, so this changeset needs minimum that kibana version to work as expected. elastic/beats#32964
This reverts commit 247a65d603df548fc66be04940a67c81cdb352df.
What does this PR do?
Add
regions
parameter to data streams.It also updates Kibana min version to 8.5.0, as Metricbeat 8.5.0 is required for the underlying feature: elastic/beats#32964
Checklist
changelog.yml
file.Author's Checklist
regions
setting should be added to these data streams:How to test this PR locally
Related issues
Screenshots