-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[metricbeat] [gcp] add redis metadata #33701
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
/test |
1 similar comment
/test |
Any update on when the fix is deployed? |
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request is now in conflicts. Could you fix it? 🙏
|
@gpop63 if you rebase this I think we can move forward asking the team to test it for regression in the SDK updates. |
Kudos, SonarCloud Quality Gate passed!
|
|
||
if err != nil { | ||
s.logger.Errorf("redis ListInstances error: %v", err) | ||
continue |
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.
Just to double check, are you sure it's continue
and not break
here? How would the loop stop when an error occurs?
Thank you for looking into this. By any chance, do we know when this issue will be fixed? |
This pull request is now in conflicts. Could you fix it? 🙏
|
/test |
* add redis metadata * add redis libraries * update NOTICE.txt * add changelog entry * fix linter errors * fix redis sdk import alias * update deps * update NOTICE.txt * add ListInstances official documentation comment * use break instead of continue * fix deps * fix NOTICE.txt --------- Co-authored-by: Denis <denis.rechkunov@elastic.co>
What does this PR do?
Adds Redis metadata. Currently, the GCP Redis integration does not provide useful information about the instance e.g. name, type, id (elastic/integrations#4614).
Why is it important?
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs