Serverless-Log-Metric-Filter
Installation
with NPM
npm install --save-dev serverless-log-metric-filter
with Yarn
yarn add --dev serverless-log-metric-filter
Then update
serverless.yml
fileplugins: - serverless-log-metric-filter
Alternatively, install with the Serverless plugin command (Serverless Framework 1.22 or higher):
sls plugin install -n serverless-log-metric-filter
Usage
To use fallback values, in your
serverless.yml
filecustom: logMetricFilter: enabled: true
To add custom values, in your
serverless.yml
filecustom: logMetricFilter: enabled: true filterPattern: Task timed out after metricName: TimeOut metricNameSpace: Lambda metricValue: 1
To disable for specific functions, in your
serverless.yml
filefunctions: exampleFunction: logMetricFilter: false
License
Copyright (c) 2021 Salem Qemlas. See the included LICENSE for rights and limitations under the terms of the MIT license.