Can I expose CloudWatch metrics?

0

I know that you can send metrics from services outside of AWS into CloudWatch to display on dashboards. I'm wondering if the inverse is possible? For example, if I have an EventBridge in AWS, does CloudWatch have an endpoint I can hit to pull Invocation count or other metrics from outside AWS?

2 Answers
1
Accepted Answer

Yes you can. Publishing custom metrics is a great start. Additionally, you can also look into CloudWatch Metric Steams for a more robust large scale solution.

AWS
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago
  • These solutions seems to point to pushing data IN to AWS Metrics. I'm looking to export the metrics to my own custom server. Does AWS support that functionality?

0

Without knowing what kind of custom server this is, I would urge you look at how many of the partner services like Dynatrace, Datadog, Splunk. Sumo Logic etc. consume CW data. The solution is built upon CW pushing metrics to Kinesis Firehose. Firehose can then deliver the payload to variety of destination including http endpoints.

AWS
answered a year 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