Additional metrics based on metric filters: memory usage, etc
Open
terraform
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
[CloudWatch metric filters](http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringPolicyExamples.html) 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.