Skip to content

How to Identify the Source of CW:GMD-Metrics Costs in CloudWatch?

0

I noticed charges related to CW:GMD-Metrics in my AWS billing, but I’m struggling to identify their origin.

  • CloudTrail is configured to log all API calls, but I don’t see any GetMetricData events.
  • Cost Explorer only displays the charge category as CW:GMD-Metrics, but it does not provide details on which metrics or services are generating these costs. How can I determine the specific metrics, namespaces, or AWS services responsible for these charges? Are there any reports, logs, or queries I can use to trace this back to its source?

Any guidance would be appreciated!

asked 10 months ago1.2K views
1 Answer
0
Accepted Answer

Hello.

GMD-Metrics is a fee for acquiring metrics data.
In the past, I have experienced a large amount of these charges on AWS accounts that have installed Datadog or New Relic.
Do you have any external monitoring services installed in your AWS account?
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_billing.html

By the way, if you record data events, you can check GetMetricData from the CloudTrail logs.
I think the logs are output to S3 configured for the trail.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/logging_cw_api_calls.html#CloudWatch-data-plane-events

EXPERT
answered 10 months ago
AWS
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.