This application class represents the AWS Lambda function custom metrics.
BMC PATROL properties
Note
- To monitor Lambda function custom metrics, it is recommended to use the following format in the AWS Lambda function log:
LOGMON|<CUSTOM_METRIC_NAME>|<CUSTOM_METRIC_VALUE>
- To find the custom metric name and metric value, it searches AWS Lambda function logs for the following string:
LOGMON|metricname|metricvalue
Metricname represents the name of the metric. It should not have any spaces and special characters. For example: TestAWS, Amazon
Metricvalue represents the value of the metric. It should be any integer or float. For example: 101, 21.0
For example:
LOGMON|CustomMetric1|768
By default the Lambda custom metrics monitoring is disabled. A user can enable the Lambda custom metrics monitoring by enabling the check-box either in Central Monitoring Administration or in PATROL console.
Parameters
The following is the parameter available for this application class: