-
Notifications
You must be signed in to change notification settings - Fork 525
[Redis] Add and update metrics fields for Redis 7.x and 8.x #16732
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
base: main
Are you sure you want to change the base?
[Redis] Add and update metrics fields for Redis 7.x and 8.x #16732
Conversation
🚀 Benchmarks reportTo see the full report comment with |
| skip: | ||
| reason: Test is skipped for now since it will fail on Redis 7.x and 8.x due to the issue #43887 | ||
| link: https://github.com/elastic/beats/issues/43887 No newline at end of file |
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.
Didn't you fix this in elastic/beats#47971 ? Why skipping?
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.
@mykola-elastic I merged that PR yesterday, it's merged in main branch. Doesn't it need some time to apply to the SANPSHOTS which are used for development and in CI?
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.
Similar PR to this one: https://github.com/elastic/integrations/pull/16680/files
It adds the field which was added and backported to beats but it updated the kibana.version. (See PR description and changes).
So, basically, it seems that you have to change kibana.version too to the latest as the subexpiry was only added to the main.
Also, we might need to backport the PR elastic/beats#47971 too?
Is my logic correct @ishleenk17 @shmsr ?
💚 Build Succeeded
History
|
Proposed commit message
Add and update metrics fields for Redis 7.x and 8.x
Add system test for info data stream
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots