-
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
Add time-bounded contexts to AWS API calls #35425
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
|
f69a64f
to
7f8c45c
Compare
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.
Do we need to backport this fix into any branch?
(cherry picked from commit d0a51dc)
(cherry picked from commit d0a51dc)
(cherry picked from commit d0a51dc) Co-authored-by: Davide Girardi <[email protected]>
(cherry picked from commit d0a51dc) Co-authored-by: Davide Girardi <[email protected]>
What does this PR do?
This PR adds a time-limit to each AWS API call that is used in
metricbeat
Why is it important?
Two main reasons:
GetResourceTags
) might not work in specific environments (e.g private subnets) and may delay or block the data collection.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues