binaryalert icon indicating copy to clipboard operation
binaryalert copied to clipboard

Additional metrics based on metric filters: memory usage, etc

Open austinbyers opened this issue 7 years ago • 0 comments

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 avatar Aug 19 '17 00:08 austinbyers