Skip to content
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

Closed
wants to merge 24 commits into from

Conversation

ford-at-aws
Copy link
Contributor

This PR implements the Python cloudwatch story: #5865.

@ford-at-aws ford-at-aws added the Task A general update to the code base for language clarification, missing actions, tests, etc. label Feb 2, 2024
@ford-at-aws ford-at-aws requested a review from rlhagerm February 2, 2024 18:19
@ford-at-aws ford-at-aws self-assigned this Feb 2, 2024
@github-actions github-actions bot added the Python This issue relates to the AWS SDK for Python (boto3) label Feb 2, 2024
Copy link
Contributor

@rlhagerm rlhagerm left a 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.

@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Feb 2, 2024
@ford-at-aws ford-at-aws added the On Call Review needed This work needs an on-call review label Feb 7, 2024
@cpyle0819 cpyle0819 removed the On Call Review needed This work needs an on-call review label Feb 8, 2024
args=((most_recent_log_timestamp, midpoint),),
)
second_half_thread = threading.Thread(
target=self.recursive_query, args=((midpoint, date_range[1]),)
Copy link
Contributor

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?

@github-actions github-actions bot added Kotlin This issue relates to the AWS SDK for Kotlin Java-v2 This issue relates to the AWS SDK for Java V2 labels Feb 20, 2024
@github-actions github-actions bot added Ruby This issue relates to the AWS SDK for Ruby Swift This issue relates to the AWS SDK for Swift GitHub settings This affects GitHub settings labels Feb 20, 2024
@github-actions github-actions bot removed Swift This issue relates to the AWS SDK for Swift GitHub settings This affects GitHub settings labels Feb 20, 2024
meyertst-aws and others added 24 commits February 20, 2024 14:03
* 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.
@github-actions github-actions bot added the C++ This issue relates to the AWS SDK for C++ label Feb 20, 2024
@ford-at-aws ford-at-aws deleted the largequery branch February 21, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ This issue relates to the AWS SDK for C++ Java-v2 This issue relates to the AWS SDK for Java V2 Javascript-v3 This issue relates to the AWS SDK for Javascript V3 Kotlin This issue relates to the AWS SDK for Kotlin Python This issue relates to the AWS SDK for Python (boto3) Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants