Number of Dimensions Support for Metric Filters in AWS CloudWatch

0

As part of our application monitoring and analysis, we heavily rely on AWS CloudWatch for collecting and analyzing various metrics. While the existing functionality has been instrumental in our monitoring efforts, we have encountered a requirement to expand the number of dimensions associated with our metric filters.

Presently, I am aware that Metric Filters in AWS CloudWatch support up to three dimensions. However, due to the evolving needs of our application and the increasing complexity of our infrastructure, we have reached a point where we require additional dimensions to capture more granular data for effective monitoring and troubleshooting.

To optimize our monitoring capabilities and gain deeper insights into our system's performance, I kindly request your assistance on the following inquiries:

  1. Is there any way to increase the number of dimensions supported by Metric Filters in AWS CloudWatch?
  2. If it is possible to increase the dimensions, what is the recommended approach or any available workarounds?
  3. Are there any considerations or best practices we should be aware of when working with an increased number of dimensions in Metric Filters?
已提问 1 年前657 查看次数
1 回答
0

Up to three settings can be made as described in this document.
There is currently no way to increase this value.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html#logs-metric-filters-dimensions

You can use the CloudWatch console or AWS CLI to create metric filters that publish dimensions with metrics that JSON and space-delimited log events generate. Dimensions are name/value value pairs and only available for JSON and space-delimited filter patterns. You can create JSON and space-delimited metric filters with up to three dimensions. For more information about dimensions and information about how to assign dimensions to metrics, see the following sections:

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则