-
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
Adding aws-s3 metric for sqs worker utilization #34793
Merged
Merged
Changes from 28 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d91dc32
added sqs worker utilization metric
kgeller 8ac5ec2
little tweaks
kgeller 998f694
changelog
kgeller 0f1bda6
Merge branch 'main' into s3-metric-utilization
kgeller d365873
fixing args for test
kgeller f46a5c7
Merge branch 's3-metric-utilization' of github.com:kgeller/beats into…
kgeller 6a9f132
more test param fixes
kgeller a5d12aa
review feedback updates
kgeller a3d0669
cleanup and fix
kgeller 092065c
null check
kgeller 223434b
Update x-pack/filebeat/input/awss3/input.go
kgeller 68d507e
Merge branch 'main' into s3-metric-utilization
kgeller eba0271
review cleanup: renaming and organizing better
kgeller 78a1c0e
Merge branch 'main' into s3-metric-utilization
kgeller 1bd00ef
adapting chan logic
kgeller 4f81bf2
Merge branch 'main' into s3-metric-utilization
kgeller 48a5edc
refactored to have polling encapsulated by metrics, and new test veri…
kgeller bdd616b
Merge branch 'main' of https://github.com/elastic/beats into s3-metri…
kgeller 4657e0a
poke
kgeller 0e53261
Merge branch 'main' of https://github.com/elastic/beats into s3-metri…
kgeller 84127c8
formatting
kgeller a26f275
Update x-pack/filebeat/input/awss3/metrics_test.go
kgeller 045277d
Update x-pack/filebeat/input/awss3/metrics_test.go
kgeller 23368f3
tweak naming
kgeller a8c6a97
Merge branch 's3-metric-utilization' of github.com:kgeller/beats into…
kgeller fb6a17d
handling of long running workers
kgeller 0e41f19
Merge branch 'main' into s3-metric-utilization
kgeller ed4cfe8
Merge branch 'main' into s3-metric-utilization
kgeller 32034e1
Track running time of SQS worker routines
andrewkroh 99eb889
Merge branch 'main' into s3-metric-utilization
andrewkroh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What if we have two workers operating? One is long running (taking more than 5 seconds) and one is operating on short jobs (like completing every 100ms).