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?

asked 9 months ago675 views
2 Answers
2
Accepted Answer

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
EXPERT
answered 9 months ago
profile pictureAWS
EXPERT
reviewed 9 months ago
  • 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..

answered 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.

Guidelines for Answering Questions