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

centralized logging #4

Merged
merged 7 commits into from
Sep 10, 2024
Merged

centralized logging #4

merged 7 commits into from
Sep 10, 2024

Conversation

pymonger
Copy link
Collaborator

@pymonger pymonger commented Aug 29, 2024

Purpose

The purpose of this PR is to implement a centralized CloudWatch log group to allow for the aggregation of disparate logs from the initiator, trigger, and evaluator lambda functions. Having their logs recorded to a centralized log group allows users to view and search logged events sorted by time and provides a one-stop shop for debugging requests along a pipeline.

Proposed Changes

  • added terraform provisioner that deploys a centralized log group
  • update all provisioners (intiator, triggers, evaluators) to log out to the centralized log group
  • enabled X-Ray tracing in regression/unit tests
  • updated README.md to adjust end-to-end demo instructions

Issues

Testing

@pymonger pymonger marked this pull request as ready for review September 9, 2024 23:23
Copy link
Collaborator

@galenatjpl galenatjpl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@pymonger pymonger merged commit e84d016 into main Sep 10, 2024
4 checks passed
@pymonger pymonger deleted the centralized-log-group branch September 10, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants