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

chore: alert on lambdas ERROR strings #283

Open
andreabadesso opened this issue Aug 29, 2022 · 0 comments
Open

chore: alert on lambdas ERROR strings #283

andreabadesso opened this issue Aug 29, 2022 · 0 comments
Assignees
Labels
design Issue that describes a project in details

Comments

@andreabadesso
Copy link
Collaborator

andreabadesso commented Aug 29, 2022

Motivation

Currently, we have logs on the lambdas for situations where we want to be alerted (like re-orgs with a certain size) but we are not watching for those strings on CloudWatch.

Summary

Since the wallet-service consists of multiple lambdas, we need to add all the logGroups on log-manager. The problem with doing this manually is that it is very error-prone since we are constantly adding new lambdas to the solution.

There is a potential solution described on this article, we should test it and write a design with a proof of concept to validate it

Another potential solution is to create the subscription filter from the wallet-service project, connecting the logGroups from each wallet-service lambdas to the log-manager

Acceptance Criteria

Guide-level description

Reference-level description

Task Breakdown

Total effort: 1,5 dev days

Task Effort
Propose a solution for the multiple logGroups issue in log-manager 1
Implement the solution 0,5
@andreabadesso andreabadesso self-assigned this Dec 30, 2022
@andreabadesso andreabadesso added the design Issue that describes a project in details label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Issue that describes a project in details
Projects
None yet
Development

No branches or pull requests

1 participant