You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to perform metric math operations with how the current config JSON is structured? I ask because certain AWS account information can only be retrieved via metric math.
For instance, if I want to export the used percentage of my KMS:DescribeKey quota, I need to call the function SERVICE_QUOTA() on the KMS:DescribeKey metric. To illustrate this, here is a description of a CloudWatch Dashboard that displays the metric:
There is not currently a way to do this, though I want to add functionality for client side math at some point for metrics that are (for example) in milliseconds.
Is it possible to perform metric math operations with how the current config JSON is structured? I ask because certain AWS account information can only be retrieved via metric math.
For instance, if I want to export the used percentage of my KMS:DescribeKey quota, I need to call the function
SERVICE_QUOTA()
on the KMS:DescribeKey metric. To illustrate this, here is a description of a CloudWatch Dashboard that displays the metric:https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax
https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricData.html
Is it possible to export metrics like this with Cloudwatching?
The text was updated successfully, but these errors were encountered: