-
Notifications
You must be signed in to change notification settings - Fork 534
[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 ?
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.
Any concerns on this one ? @giorgi-imerlishvili-elastic
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.
@ishleenk17 my concern is that this fix might need to be backported, but I'm not sure which versions it should apply to—only 9.x, or earlier versions as well. The fix is already merged into main, which corresponds to the current 9.4 version.
|
@giorgi-imerlishvili-elastic : Can we please complete this by adding the missing fields too. |
# Conflicts: # packages/redis/_dev/deploy/docker/Dockerfile # packages/redis/_dev/deploy/docker/docker-compose.yml # packages/redis/data_stream/info/_dev/test/system/test-default-config.yml
remove skip from keyspace data stream system test
💔 Build Failed
Failed CI StepsHistory
|
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