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 個答案
1
已接受的答案

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
已回答 1 年前
profile pictureAWS
專家
kentrad
已審閱 1 年前
  • 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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南