-
Notifications
You must be signed in to change notification settings - Fork 513
[O11y][Redis] Update value format of Top Slowest command visualization
#8186
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] Update value format of Top Slowest command visualization
#8186
Conversation
🌐 Coverage report
|
milan-elastic
left a comment
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!
|
@rajvi-elastic , Is it possible that in the horizontal axis it is mentioned as Duration (ms) , as in the past and value is shown as 20, 30, 40... ? its not very user-friendly to display 'millisecond' repeated in the horizontal axis. |
Yes @agithomas, I have just checked and there is one parameter using which we can compact unit. I'll update PR with the changes. |
…into add_human_readable_format_redis Conflicts: packages/redis/changelog.yml packages/redis/manifest.yml
@agithomas, I have updated PR. |
|
What is the reason for the change in kibana version ? is this fix available only from 8.10? |
Yes, that's right. (reference) |
agithomas
left a comment
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!
|
Package redis - 1.13.0 containing this change is available at https://epr.elastic.co/search?package=redis |


Urgency
Activity Type
What does this PR do?
Update value format of
Top Slowest commandvisualization fromLogs Overview dashboardonce human readable format ( Seconds / Minutes / Hours ) is available in lens.[Reference]
Checklist
changelog.ymlfile.Related issues
Logs Overviewdashboard #7114Screenshots
Before
After