-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Python - CloudWatch Logs - Large query implementation #6038
Conversation
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.
I think there should also be metadata so the scenario shows up under CloudWatch logs. Tested and the scenario ran as expected.
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/README.md
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/test/test_large_query.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/test/test_large_query.py
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
8b307ee
to
92c122b
Compare
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/date_utilities.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/date_utilities.py
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py
Outdated
Show resolved
Hide resolved
737011a
to
77edf10
Compare
args=((most_recent_log_timestamp, midpoint),), | ||
) | ||
second_half_thread = threading.Thread( | ||
target=self.recursive_query, args=((midpoint, date_range[1]),) |
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.
midpoint
is used twice without incrementing it. Will this return duplicate logs?
f4c003a
to
a8d1097
Compare
a8d1097
to
f4c003a
Compare
f4c003a
to
06d2ed1
Compare
* Fixing mocks to handle credentials request Java V2 Add sample files and update POM files (#6115) * add sample files * updated POM * updated POM * updated POM * updated POM files * updated POM files * updated POM files * updated POM files * updated POM files * updated POM files * updated POM files * updated POM files * update a test * update a test * update folder name * update sample files * update sample files * update java file Add sample files for kotlin (#6122) This PR has updated some Kotlin files, Linter issues, and added digital assets to a folder under kotlin so all tests can find dependant files, such as image files. All Kotlin tests have successfully executed.
06d2ed1
to
8a7b8ef
Compare
This PR implements the Python cloudwatch story: #5865.