Cloudwatch custom metric not showing in AWS Grafana

0

Hi,

I have created a custom metric that is not showing in aws grafana,

aws grafana is setup in a different account and has access to cloudwatch in the source account. I can see all aws metrics and logs as well containerinsights etc but none of the metrics i made are in there

At present none of them have dimensions, is that a blocking factor?

已提问 9 个月前698 查看次数
2 回答
2
已接受的回答

Hi,

Please look at this document Step by step guide for adding Amazon CloudWatch data source to Grafana cloud.

    Namespaces of Custom Metrics
    Grafana can’t load custom namespaces through the CloudWatch GetMetricData API.

    To make custom metrics appear in the data source’s query editor fields, specify the names of the namespaces containing the custom metrics in the data source configuration’s Namespaces of Custom Metrics field. The field accepts multiple namespaces separated by commas.

Also, make sure you have correct name in namespaces. It is case sensitive.

Here are the some of the resources/documentation, that I'd suggest you to follow. These have step by step guide for cloudwatch integration with Grafana cloud and how to add cloudwatch as source to Grafana:

  1. Manually add CloudWatch as a data source
  2. Grafana integration

Hope you find this useful. Comment here if you have additional questions.

Abhishek

profile pictureAWS
专家
已回答 9 个月前
profile pictureAWS
专家
已审核 9 个月前
  • Agreed with secondabhi: proper definition of custom namespaces is very probably the issue here (not metrics dimensions)

  • Thank you Didlier for adding to it.

0

that worked! thank you..

已回答 9 个月前

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

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

回答问题的准则

相关内容