-
Notifications
You must be signed in to change notification settings - Fork 458
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
[O11y][Redis] Migrate Key Metrics
dashboard visualizations to lens in kibana 8.3.0
#5659
[O11y][Redis] Migrate Key Metrics
dashboard visualizations to lens in kibana 8.3.0
#5659
Conversation
🌐 Coverage report
|
Since we have confirmation on work-around of split series charts by Subhrata, putting this PR into draft. |
@SubhrataK , The two panels that were blocked in the Redis integration can be migrated as per the discussion that we had on split series functionality. In Lists length [Metrics Redis] visualization, we found that the fields used in both split series functionality use different sizes (i.e. 16, 20 respectively) as highlighted in below screenshot. So it will show total However this is not the case in Lens. We use breakdown functionality in Lens to tackle this issue but in that we can specify only one size for both fields. For example if we provide 20 then it will show top 20 line chart for combined field of And should we enable group other functionality in the lens visualization? it will group all the other values in separate bucket and provide one line chart for that. |
@rajvi-elastic As discussed, please change it to display Top 10 values only. |
…into lens_migration-redis-key_metric-8.3.0 Conflicts: packages/redis/changelog.yml packages/redis/manifest.yml
@agithomas Updated the PR with suggested changes. Thanks! |
@SubhrataK , can we have your input on the discussion? |
…into lens_migration-redis-key_metric-8.3.0 Conflicts: packages/redis/changelog.yml packages/redis/manifest.yml
@agithomas For this discussion, @SubhrataK has provided her comments over here. But @SubhrataK can provide more information around it if it's needed. |
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!
…into lens_migration-redis-key_metric-8.3.0 Conflicts: packages/redis/changelog.yml
Package redis - 1.8.0 containing this change is available at https://epr.elastic.co/search?package=redis |
What does this PR do?
Migrate visualizations to lens for Redis integration package
Statistics for Redis Lens migration:
Checklist
changelog.yml
file.Author's checklist
Related issues
Issues Identified
[Lens] Support small multiples / facet / trellis for XY and Partition charts kibana#72063