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

Additional metrics based on metric filters: memory usage, etc #50

Open
austinbyers opened this issue Aug 19, 2017 · 0 comments
Open

Additional metrics based on metric filters: memory usage, etc #50

austinbyers opened this issue Aug 19, 2017 · 0 comments
Assignees

Comments

@austinbyers
Copy link
Collaborator

CloudWatch metric filters allow you to create metrics based on pattern-matching log data. This would allow us to add at least two more useful metrics:

  • We can measure the memory usage of the functions (a metric which is not available by default but is logged at the end of every Lambda invocation)
  • We can also count occurrences of specific error messages, e.g. "Task timed out" or "yara internal error," etc
@austinbyers austinbyers added this to the 1.0.0 milestone Aug 24, 2017
@austinbyers austinbyers self-assigned this Aug 25, 2017
@austinbyers austinbyers removed this from the v1.0.0 milestone Sep 11, 2017
@austinbyers austinbyers modified the milestone: v1.1.0 Dec 13, 2017
@austinbyers austinbyers changed the title Add metric filters to measure memory usage and count different error messages Additional metrics based on metric filters: memory usage, dispatched records, etc Jan 5, 2018
@austinbyers austinbyers changed the title Additional metrics based on metric filters: memory usage, dispatched records, etc Additional metrics based on metric filters: memory usage, etc Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant