How can I optimize costs associated with publishing Lambda custom metrics to CloudWatch?

0

I'm concerned about the costs associated with publishing custom metrics to Amazon CloudWatch. I want to create a report out of these metrics. Is there an alternative option that I can explore? I suppose there is an option to send AWS Lambda logs to CloudWatch and use the Lambda Insights, or create a report from the Amazon S3 bucket. I'm not sure if it's a best practice.

1回答
0
承認された回答

You can use the [CloudWatch embedded metric format][1]. The embedded metric format sends the metrics to CloudWatch Logs through log messages. These messages are automatically pushed to CloudWatch metrics.

[1]: (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html

You can also consider using the AWS Lambda Power Tools for Python or Java.

profile pictureAWS
エキスパート
Uri
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ