[GCP] Migrate compute metrics dashboard to lens - #5038
Conversation
|
|
🌐 Coverage report
|
|
I installed the package in this PR but the dashboard does not seem to be updated, I still see the "Before" version. @tommyers-elastic do you have any suggestion? I started from scratch with a 8.6.0 stack started through elastic-package. |
fb77e54 to
b01dbaa
Compare
ghost
left a comment
There was a problem hiding this comment.
I tested the dashboard with data, the data stream filter is applied, seems fine to me!
changes are addressed in latest commit
endorama
left a comment
There was a problem hiding this comment.
comments address, lets get to main!! ![]()
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
|
Package gcp - 2.19.1 containing this change is available at https://epr.elastic.co/search?package=gcp |
Co-authored-by: Edoardo Tenani <edoardo.tenani@elastic.co>
What does this PR do?
Migrates GCP compute metrics dashboard visualizations to lens. Adds top-level datastream filter to improve performance.
Note to reviewers: when migrating the 'Read/Write IO' and "Network sent/received' panels, I noticed that the existing aggregations are based on doc count, not top values of the metric. I thought this was a bit strange. The resulting charts are quite different, as you can see in the screenshots below. One additional change in the new panels, is that I have left the 'Other' groupings in the 'top values' aggs, which can be removed if deemed necessary.
Before:
After:
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Tracked by #5015.